| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 7ec94810b3c6265d260c96a5d570c3eb80184e61..9d6b3ea4c75ec3776bad68df7f796bde313f9141 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -590,6 +590,9 @@ public:
|
| m_rareData->m_paginationStrut = LayoutUnit();
|
| }
|
|
|
| + bool hasForcedBreakBefore() const;
|
| + bool hasForcedBreakAfter() const;
|
| +
|
| LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer, const PaintInvalidationState* = nullptr) const override;
|
| void mapRectToPaintInvalidationBacking(const LayoutBoxModelObject* paintInvalidationContainer, LayoutRect&, const PaintInvalidationState*) const override;
|
| virtual void invalidatePaintForOverhangingFloats(bool paintAllDescendants);
|
|
|