mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -1551,7 +1551,7 @@ impl BlockFlow {
|
|||
self.assign_inline_sizes(layout_context);
|
||||
// Re-run layout on our children.
|
||||
for child in flow::mut_base(self).children.iter_mut() {
|
||||
sequential::traverse_flow_tree_preorder(child, layout_context, RelayoutMode::Force);
|
||||
sequential::reflow(child, layout_context, RelayoutMode::Force);
|
||||
}
|
||||
// Assign our final-final block size.
|
||||
self.assign_block_size(layout_context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue