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 1aad8d31d3b5f162436d18f539962ad7b20bb9f5..ae2a18124a4609d289a6990b94244f55209eb999 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -341,7 +341,7 @@ protected: |
void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, IncludeBlockVisualOverflowOrNot) const override; |
- bool paintedOutputOfObjectHasNoEffect() const override; |
Xianzhu
2016/08/15 22:18:28
This is renamed because it doesn't include the cas
|
+ bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override; |
PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override; |
PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidatorContext&) const override; |