mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Pass a &mut Flow to build_display_list_for_subtree.
This commit is contained in:
parent
fa0e198c8f
commit
c1d953cd2e
2 changed files with 4 additions and 6 deletions
|
@ -933,7 +933,7 @@ impl LayoutThread {
|
|||
None);
|
||||
|
||||
let display_list_entries =
|
||||
sequential::build_display_list_for_subtree(layout_root,
|
||||
sequential::build_display_list_for_subtree(flow_ref::deref_mut(layout_root),
|
||||
&mut root_stacking_context,
|
||||
shared_layout_context);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue