| Index: Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h
|
| index 2dacd164cfdac5e9d731cca0446f4c8e988369c8..b93f4132eebcda07ea041d552c2720a2f7e070dd 100644
|
| --- a/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/Source/core/layout/LayoutBlockFlow.h
|
| @@ -247,8 +247,7 @@
|
|
|
| bool positionNewFloatOnLine(FloatingObject& newFloat, FloatingObject* lastFloatFromPreviousLine, LineInfo&, LineWidth&);
|
|
|
| - LayoutUnit nextFloatLogicalBottomBelow(LayoutUnit) const;
|
| - LayoutUnit nextFloatLogicalBottomBelowForBlock(LayoutUnit) const;
|
| + LayoutUnit nextFloatLogicalBottomBelow(LayoutUnit, ShapeOutsideFloatOffsetMode = ShapeOutsideFloatMarginBoxOffset) const;
|
|
|
| FloatingObject* lastFloatFromPreviousLine() const
|
| {
|
|
|