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 a2547141b852821ff8d3a6dbc5cc2fc127768639..1aad8d31d3b5f162436d18f539962ad7b20bb9f5 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -343,6 +343,7 @@ protected: |
bool paintedOutputOfObjectHasNoEffect() const override; |
PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override; |
+ PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidatorContext&) const override; |
Node* nodeForHitTest() const final; |
bool hitTestChildren(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override; |