mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Un-allow and fix warnings in components/layout_2020
This commit is contained in:
parent
6cd42bdcfb
commit
aa925a5984
13 changed files with 15 additions and 73 deletions
|
@ -1281,8 +1281,7 @@ impl LayoutThread {
|
|||
self.viewport_size.height.to_f32_px(),
|
||||
));
|
||||
let mut display_list = DisplayListBuilder::new(self.id.to_webrender(), viewport_size);
|
||||
let is_contentful =
|
||||
fragment_tree.build_display_list(&mut display_list, self.id, viewport_size);
|
||||
let is_contentful = fragment_tree.build_display_list(&mut display_list, viewport_size);
|
||||
|
||||
debug!("Layout done!");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue