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