Index: Source/core/layout/svg/LayoutSVGInline.h |
diff --git a/Source/core/layout/svg/LayoutSVGInline.h b/Source/core/layout/svg/LayoutSVGInline.h |
index 95b528605f400e1d7d59183565d294db30fb1d31..7fc35d2136a46cae436587bcc7b4cda11277cd6c 100644 |
--- a/Source/core/layout/svg/LayoutSVGInline.h |
+++ b/Source/core/layout/svg/LayoutSVGInline.h |
@@ -52,6 +52,8 @@ public: |
private: |
InlineFlowBox* createInlineFlowBox() final; |
+ void invalidateTreeIfNeeded(PaintInvalidationState&) final; |
+ |
void willBeDestroyed() final; |
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) final; |