Index: third_party/WebKit/Source/core/layout/LayoutBlock.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
index e044d108e2663facc7d82b1377343475ee45707f..c0955a0743a6efb4410875a0929d0629260813a7 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
@@ -493,9 +493,9 @@ class CORE_EXPORT LayoutBlock : public LayoutBox { |
} |
protected: |
- PaintInvalidationReason InvalidatePaintIfNeeded( |
+ PaintInvalidationReason InvalidatePaint( |
const PaintInvalidationState&) override; |
- PaintInvalidationReason InvalidatePaintIfNeeded( |
+ PaintInvalidationReason InvalidatePaint( |
const PaintInvalidatorContext&) const override; |
void ClearPreviousVisualRects() override; |