mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
parent
3d0951cf25
commit
6aaada64dc
15 changed files with 128 additions and 138 deletions
|
@ -1541,7 +1541,7 @@ fn get_root_flow_background_color(flow: &mut Flow) -> AzColor {
|
|||
return color::transparent()
|
||||
}
|
||||
|
||||
let block_flow = flow.as_block();
|
||||
let block_flow = flow.as_mut_block();
|
||||
let kid = match block_flow.base.children.iter_mut().next() {
|
||||
None => return color::transparent(),
|
||||
Some(kid) => kid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue