mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove unused argument to place_float_if_applicable.
This commit is contained in:
parent
fa0f2898fb
commit
2383cb2eee
6 changed files with 11 additions and 11 deletions
|
@ -110,7 +110,7 @@ impl TableRowFlow {
|
|||
let mut max_block_size = Au(0);
|
||||
let thread_id = self.block_flow.base.thread_id;
|
||||
for kid in self.block_flow.base.child_iter_mut() {
|
||||
kid.place_float_if_applicable(layout_context);
|
||||
kid.place_float_if_applicable();
|
||||
if !flow::base(kid).flags.is_float() {
|
||||
kid.assign_block_size_for_inorder_child_if_necessary(layout_context, thread_id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue