mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +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);
|
&data.url);
|
||||||
|
|
||||||
// Handle conditions where the entire flow tree is invalid.
|
// 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;
|
let mut needs_reflow = current_screen_size != old_screen_size;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue