mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Pass a &mut Flow to resolve_generated_content.
This commit is contained in:
parent
67d6a02667
commit
0efa583df4
2 changed files with 3 additions and 3 deletions
|
@ -1446,7 +1446,7 @@ impl LayoutThread {
|
|||
profile(time::ProfilerCategory::LayoutGeneratedContent,
|
||||
self.profiler_metadata(),
|
||||
self.time_profiler_chan.clone(),
|
||||
|| sequential::resolve_generated_content(&mut root_flow, &layout_context));
|
||||
|| sequential::resolve_generated_content(flow_ref::deref_mut(&mut root_flow), &layout_context));
|
||||
|
||||
// Guess float placement.
|
||||
profile(time::ProfilerCategory::LayoutFloatPlacementSpeculation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue