Index: Source/core/rendering/svg/RenderSVGInlineText.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGInlineText.cpp b/Source/core/rendering/svg/RenderSVGInlineText.cpp |
index 97e43a3ba3eb4a581b5843c2cae05778a87847b4..d19fed0516d3e6a317f5584a8e8703ca06fe848b 100644 |
--- a/Source/core/rendering/svg/RenderSVGInlineText.cpp |
+++ b/Source/core/rendering/svg/RenderSVGInlineText.cpp |
@@ -94,7 +94,7 @@ void RenderSVGInlineText::styleDidChange(StyleDifference diff, const RenderStyle |
// The text metrics may be influenced by style changes. |
if (RenderSVGText* textRenderer = RenderSVGText::locateRenderSVGTextAncestor(this)) |
- textRenderer->setNeedsLayoutAndFullRepaint(); |
+ textRenderer->setNeedsLayoutAndFullPaintInvalidation(); |
} |
InlineTextBox* RenderSVGInlineText::createTextBox() |