| Index: Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGInlineText.cpp b/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| index f5cfc35ed37dd33181d16c3975bb4df0405aaf74..ad6e14896bb216e889739fce1985888bb2300147 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 LayoutStyle
|
|
|
| // 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)
|
|
|