diff options
Diffstat (limited to 'components/layout_2020/flow/root.rs')
-rw-r--r-- | components/layout_2020/flow/root.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/flow/root.rs b/components/layout_2020/flow/root.rs index adbcb26d4c9..09b5b95bb98 100644 --- a/components/layout_2020/flow/root.rs +++ b/components/layout_2020/flow/root.rs @@ -196,7 +196,7 @@ impl BoxTreeRoot { impl FragmentTreeRoot { pub fn build_display_list(&self, builder: &mut crate::display_list::DisplayListBuilder) { - let mut stacking_context = StackingContext::create_root(); + let mut stacking_context = StackingContext::create_root(&builder.wr); { let mut stacking_context_builder = StackingContextBuilder::new(&mut builder.wr); let containing_block_info = ContainingBlockInfo { |