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 b80dda0b6439ce0acd31bd61bc3d6fa21f2f43b6..8e66825b56dafd2d2d11db87f1044c8c58b7f684 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -960,6 +960,9 @@ public: |
bool hitTestClippedOutByRoundedBorder(const HitTestLocation& locationInContainer, const LayoutPoint& borderBoxLocation) const; |
+ bool mustInvalidateFillLayersPaintOnWidthChange(const FillLayer&) const; |
+ bool mustInvalidateFillLayersPaintOnHeightChange(const FillLayer&) const; |
+ |
protected: |
void willBeDestroyed() override; |
@@ -1014,7 +1017,6 @@ protected: |
private: |
bool mustInvalidateBackgroundOrBorderPaintOnHeightChange() const; |
bool mustInvalidateBackgroundOrBorderPaintOnWidthChange() const; |
- inline bool mustInvalidateFillLayersPaintOnWidthChange(const FillLayer&) const; |
void invalidatePaintRectClippedByOldAndNewBounds(const LayoutBoxModelObject& paintInvalidationContainer, const LayoutRect&, const LayoutRect& oldBounds, const LayoutRect& newBounds); |