mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Change the mis-named 'traverse_flow_tree_preorder' to 'reflow'
This commit is contained in:
parent
ee697a926d
commit
832b811198
4 changed files with 11 additions and 9 deletions
|
@ -187,7 +187,8 @@ fn top_down_flow<'scope>(unsafe_flows: &[UnsafeFlow],
|
|||
}
|
||||
}
|
||||
|
||||
pub fn traverse_flow_tree_preorder(
|
||||
/// Run the main layout passes in parallel.
|
||||
pub fn reflow(
|
||||
root: &mut Flow,
|
||||
profiler_metadata: Option<TimerMetadata>,
|
||||
time_profiler_chan: time::ProfilerChan,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue