Index: Source/core/layout/svg/LayoutSVGText.h |
diff --git a/Source/core/layout/svg/LayoutSVGText.h b/Source/core/layout/svg/LayoutSVGText.h |
index a179b39b3064cfa040f262ceec1d6f2b3e09fa47..336a75dec34c30874f7a0134af3ed93e6a7f8185 100644 |
--- a/Source/core/layout/svg/LayoutSVGText.h |
+++ b/Source/core/layout/svg/LayoutSVGText.h |
@@ -76,6 +76,8 @@ private: |
void removeChild(LayoutObject*) override; |
void willBeDestroyed() override; |
+ void invalidateTreeIfNeeded(PaintInvalidationState&) override; |
+ |
RootInlineBox* createRootInlineBox() override; |
bool shouldHandleSubtreeMutations() const; |