Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h |
index 277806d28463cb18f75dd079f27fa2107fbdf933..3aaf3ecb2d302df31402d98fb96b2c4800676528 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h |
@@ -61,7 +61,7 @@ class LayoutSVGInline : public LayoutInline { |
private: |
InlineFlowBox* CreateInlineFlowBox() final; |
- void InvalidateTreeIfNeeded(const PaintInvalidationState&) final; |
+ void DeprecatedInvalidateTree(const PaintInvalidationState&) final; |
void WillBeDestroyed() final; |
void StyleDidChange(StyleDifference, const ComputedStyle* old_style) final; |