| Index: Source/core/layout/api/LineLayoutBlockFlow.h
|
| diff --git a/Source/core/layout/api/LineLayoutBlockFlow.h b/Source/core/layout/api/LineLayoutBlockFlow.h
|
| index 8f88762fdbe88d7bac74dcc779ed30c576d48211..b1e38b924407aa7f7d989f5a7500afac3a0eb003 100644
|
| --- a/Source/core/layout/api/LineLayoutBlockFlow.h
|
| +++ b/Source/core/layout/api/LineLayoutBlockFlow.h
|
| @@ -111,9 +111,9 @@
|
| return toBlockFlow()->positionNewFloatOnLine(newFloat, lastFloatFromPreviousLine, lineInfo, lineWidth);
|
| }
|
|
|
| - LayoutUnit nextFloatLogicalBottomBelow(LayoutUnit logicalHeight) const
|
| + LayoutUnit nextFloatLogicalBottomBelow(LayoutUnit logicalHeight, ShapeOutsideFloatOffsetMode offsetMode = ShapeOutsideFloatMarginBoxOffset) const
|
| {
|
| - return toBlockFlow()->nextFloatLogicalBottomBelow(logicalHeight);
|
| + return toBlockFlow()->nextFloatLogicalBottomBelow(logicalHeight, offsetMode);
|
| }
|
|
|
| FloatingObject* lastFloatFromPreviousLine() const
|
|
|