mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -416,8 +416,8 @@ impl Flow for TableWrapperFlow {
|
|||
self.block_flow.compute_absolute_position(layout_context)
|
||||
}
|
||||
|
||||
fn place_float_if_applicable<'a>(&mut self, layout_context: &'a LayoutContext<'a>) {
|
||||
self.block_flow.place_float_if_applicable(layout_context)
|
||||
fn place_float_if_applicable<'a>(&mut self) {
|
||||
self.block_flow.place_float_if_applicable()
|
||||
}
|
||||
|
||||
fn assign_block_size_for_inorder_child_if_necessary<'a>(&mut self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue