Index: third_party/WebKit/Source/core/layout/LayoutPart.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.h b/third_party/WebKit/Source/core/layout/LayoutPart.h |
index f34be6d49115bb6701e31befc2b1f717ee119d85..9a87ca1d890f428ddafd93b7024629464c0975b7 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutPart.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutPart.h |
@@ -77,7 +77,7 @@ class CORE_EXPORT LayoutPart : public LayoutReplaced { |
CursorDirective GetCursor(const LayoutPoint&, Cursor&) const final; |
// Overridden to invalidate the child frame if any. |
- void InvalidatePaintOfSubtreesIfNeeded( |
+ void DeprecatedInvalidatePaintOfSubtrees( |
const PaintInvalidationState&) override; |
private: |