mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Further changes required by Servo
This commit is contained in:
parent
b6e8088e8e
commit
274d273f50
11 changed files with 81 additions and 70 deletions
|
@ -1796,7 +1796,8 @@ fn get_root_flow_background_color(flow: &mut dyn Flow) -> ColorF {
|
|||
.fragment
|
||||
.style
|
||||
.get_background()
|
||||
.background_color,
|
||||
.background_color
|
||||
.clone(),
|
||||
);
|
||||
ColorF::new(
|
||||
color.red_f32(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue