| Index: Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGInlineText.cpp b/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| index 49575fba7d7dfaaa4d81033b3cdc2a838155db88..69553b53f7abf9be827f39d611b7d3ff8fb6bca5 100644
|
| --- a/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| @@ -90,7 +90,7 @@ void LayoutSVGInlineText::styleDidChange(StyleDifference diff, const ComputedSty
|
|
|
| // The text metrics may be influenced by style changes.
|
| if (LayoutSVGText* textLayoutObject = LayoutSVGText::locateLayoutSVGTextAncestor(this))
|
| - textLayoutObject->setNeedsLayoutAndFullPaintInvalidation();
|
| + textLayoutObject->setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::StyleChange);
|
| }
|
|
|
| InlineTextBox* LayoutSVGInlineText::createTextBox(int start, unsigned short length)
|
|
|