Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index a370e702bb31bec91044f0d39f12df11d074afac..92b66c90f7ff302682fc13bc8b6d3c7cbb2375a1 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -689,7 +689,6 @@ public: |
}; |
bool hasBoxDecorationBackground() const { return m_bitfields.getBoxDecorationBackgroundState() != NoBoxDecorationBackground; } |
bool boxDecorationBackgroundIsKnownToBeObscured() const; |
- bool mustInvalidateFillLayersPaintOnHeightChange(const FillLayer&) const; |
bool hasBackground() const { return style()->hasBackground(); } |
bool needsLayoutBecauseOfChildren() const { return needsLayout() && !selfNeedsLayout() && !needsPositionedMovementLayout() && !needsSimplifiedNormalFlowLayout(); } |