| Index: third_party/WebKit/Source/core/layout/api/LineLayoutBlockFlow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/api/LineLayoutBlockFlow.h
|
| index ad2c4f609ec14f792a41b6fbb1a38f0d1f74c029..bc79a4ea71b7d24d6276de40210d63288791d087 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutBlockFlow.h
|
| @@ -128,11 +128,6 @@ public:
|
| return toBlockFlow()->positionNewFloats(width);
|
| }
|
|
|
| - bool positionNewFloatOnLine(FloatingObject& newFloat, FloatingObject* lastFloatFromPreviousLine, LineInfo& lineInfo, LineWidth& lineWidth)
|
| - {
|
| - return toBlockFlow()->positionNewFloatOnLine(newFloat, lastFloatFromPreviousLine, lineInfo, lineWidth);
|
| - }
|
| -
|
| LayoutUnit nextFloatLogicalBottomBelow(LayoutUnit logicalHeight) const
|
| {
|
| return toBlockFlow()->nextFloatLogicalBottomBelow(logicalHeight);
|
|
|