mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
remove warning
This commit is contained in:
parent
47091c014d
commit
e4d8741991
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ impl LayoutTask {
|
|||
&data.url);
|
||||
|
||||
// Handle conditions where the entire flow tree is invalid.
|
||||
let mut needs_dirtying = rw_data.stylesheet_dirty;
|
||||
let needs_dirtying = rw_data.stylesheet_dirty;
|
||||
|
||||
let mut needs_reflow = current_screen_size != old_screen_size;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue