| 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 50f69118e2d7629b70ce5cda9e9309ed16c2c712..64eba3a09ac2eef5a55ad93d721681b8de171507 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -867,7 +867,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
| bool needsForcedBreakBefore(EBreak previousBreakAfterValue) const;
|
|
|
| bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override;
|
| - LayoutRect localOverflowRectForPaintInvalidation() const override;
|
| + LayoutRect localVisualRect() const override;
|
| bool mapToVisualRectInAncestorSpace(
|
| const LayoutBoxModelObject* ancestor,
|
| LayoutRect&,
|
| @@ -1273,7 +1273,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
| TransformState&,
|
| MapCoordinatesFlags) const override;
|
|
|
| - void clearPreviousPaintInvalidationRects() override;
|
| + void clearPreviousVisualRects() override;
|
|
|
| LayoutBlock* percentHeightContainer() const {
|
| return m_rareData ? m_rareData->m_percentHeightContainer : nullptr;
|
|
|