| 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 05bf7165ef3e0911ace4abccc2dd02b0f1f0612e..ec0c90bcef4b8c7db3d8eb7d1909e833deefac79 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -294,6 +294,8 @@ public:
|
|
|
| PositionWithAffinity positionForPoint(const LayoutPoint&) override;
|
|
|
| + LayoutUnit lowestFloatLogicalBottom(FloatingObject::Type = FloatingObject::FloatLeftRight) const;
|
| +
|
| #ifndef NDEBUG
|
| void showLineTreeAndMark(const InlineBox* = nullptr, const char* = nullptr, const InlineBox* = nullptr, const char* = nullptr, const LayoutObject* = nullptr) const;
|
| #endif
|
| @@ -370,8 +372,6 @@ private:
|
| void addOverhangingFloats(LayoutBlockFlow* child, bool makeChildPaintOtherFloats);
|
| bool isOverhangingFloat(const FloatingObject& floatObject) const { return logicalBottomForFloat(floatObject) > logicalHeight(); }
|
|
|
| - LayoutUnit lowestFloatLogicalBottom(FloatingObject::Type = FloatingObject::FloatLeftRight) const;
|
| -
|
| bool hitTestFloats(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset);
|
|
|
| void invalidatePaintForOverhangingFloats(bool paintAllDescendants) final;
|
|
|