Index: third_party/WebKit/Source/core/layout/LayoutView.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h |
index 514505325cccd431b91a3e070567aa9ec45830ad..3c3b59e095267f447019109190f8e47392338e0c 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutView.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutView.h |
@@ -139,9 +139,9 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow { |
void InvalidatePaintForViewAndCompositedLayers(); |
- PaintInvalidationReason InvalidatePaintIfNeeded( |
+ PaintInvalidationReason InvalidatePaint( |
const PaintInvalidationState&) override; |
- PaintInvalidationReason InvalidatePaintIfNeeded( |
+ PaintInvalidationReason InvalidatePaint( |
const PaintInvalidatorContext&) const override; |
void Paint(const PaintInfo&, const LayoutPoint&) const override; |