diff options
Diffstat (limited to 'components/layout_thread_2020/lib.rs')
-rw-r--r-- | components/layout_thread_2020/lib.rs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/components/layout_thread_2020/lib.rs b/components/layout_thread_2020/lib.rs index 0ad917f3a18..a62a172d19d 100644 --- a/components/layout_thread_2020/lib.rs +++ b/components/layout_thread_2020/lib.rs @@ -1294,11 +1294,8 @@ impl LayoutThread { document.will_paint(); } - let mut display_list = DisplayListBuilder::new( - self.id.to_webrender(), - context, - fragment_tree.scrollable_overflow(), - ); + let mut display_list = + DisplayListBuilder::new(self.id.to_webrender(), context, &fragment_tree); // `dump_serialized_display_list` doesn't actually print anything. It sets up // the display list for printing the serialized version when `finalize()` is called. |