| Index: Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| index add47f7de2b9115d8105f9c695eef923ea6be76d..967cded6a42680d0bfa605738cbc66331f355f6c 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
|
| @@ -673,7 +673,7 @@ void SVGInlineTextBox::paintText(GraphicsContext* context, RenderStyle* style,
|
| // Draw text using selection style from the start to the end position of the selection
|
| if (style != selectionStyle) {
|
| StyleDifference diff;
|
| - diff.setNeedsRepaintObject();
|
| + diff.setNeedsPaintInvalidationObject();
|
| SVGResourcesCache::clientStyleChanged(&parent()->renderer(), diff, selectionStyle);
|
| }
|
|
|
| @@ -681,7 +681,7 @@ void SVGInlineTextBox::paintText(GraphicsContext* context, RenderStyle* style,
|
|
|
| if (style != selectionStyle) {
|
| StyleDifference diff;
|
| - diff.setNeedsRepaintObject();
|
| + diff.setNeedsPaintInvalidationObject();
|
| SVGResourcesCache::clientStyleChanged(&parent()->renderer(), diff, selectionStyle);
|
| }
|
|
|
|
|