Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h |
index 390c000d8c24f73641ae083ab2642ef45dbae097..6043c52c3f7bfd6d658d55da31944ef1c9acf318 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h |
@@ -85,7 +85,7 @@ class LayoutSVGText final : public LayoutSVGBlock { |
void RemoveChild(LayoutObject*) override; |
void WillBeDestroyed() override; |
- void InvalidateTreeIfNeeded(const PaintInvalidationState&) override; |
+ void DeprecatedInvalidateTree(const PaintInvalidationState&) override; |
RootInlineBox* CreateRootInlineBox() override; |