Index: third_party/WebKit/Source/core/layout/LayoutTable.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h |
index 8d676e1211d615a0edea744d743cb4d6fad1f26a..b6769c08618afe0c7a1d121ef3e9928357a10e0c 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTable.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.h |
@@ -474,7 +474,7 @@ class CORE_EXPORT LayoutTable final : public LayoutBlock { |
void SimplifiedNormalFlowLayout() override; |
bool RecalcChildOverflowAfterStyleChange() override; |
void EnsureIsReadyForPaintInvalidation() override; |
- PaintInvalidationReason InvalidatePaint( |
+ PaintInvalidationReason DeprecatedInvalidatePaint( |
const PaintInvalidationState&) override; |
PaintInvalidationReason InvalidatePaint( |
const PaintInvalidatorContext&) const override; |