| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| index 1a5a41f8001402443dda9f1801c811ef54ea0e32..0c77987dd6b16335872e7a295f2960aec50ab764 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -268,8 +268,6 @@ public:
|
| // Returns true if and only if it has positioned any floats.
|
| bool positionNewFloats(LineWidth* = nullptr);
|
|
|
| - bool positionNewFloatOnLine(FloatingObject& newFloat, FloatingObject* lastFloatFromPreviousLine, LineInfo&, LineWidth&);
|
| -
|
| LayoutUnit nextFloatLogicalBottomBelow(LayoutUnit) const;
|
| LayoutUnit nextFloatLogicalBottomBelowForBlock(LayoutUnit) const;
|
|
|
|
|