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
|
@ -228,7 +228,7 @@ pub trait Flow: fmt::Debug + Sync + Send + 'static {
|
|||
-> StackingContextId;
|
||||
|
||||
/// If this is a float, places it. The default implementation does nothing.
|
||||
fn place_float_if_applicable<'a>(&mut self, _: &'a LayoutContext<'a>) {}
|
||||
fn place_float_if_applicable<'a>(&mut self) {}
|
||||
|
||||
/// Assigns block-sizes in-order; or, if this is a float, places the float. The default
|
||||
/// implementation simply assigns block-sizes if this flow might have floats in. Returns true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue