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 37e563e106c3a4edb9e59b7a4fbe5cfc67a758c7..90667988156a495a1c48c3ae68a226feef0fb752 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -340,7 +340,7 @@ protected: |
void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, IncludeBlockVisualOverflowOrNot) const override; |
- bool paintedOutputOfObjectHasNoEffect() const override; |
+ bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override; |
PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override; |
PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidatorContext&) const override; |