Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
index a60f188fd6f149177cde8c604ace7a8c7210d855..6168c830e43622a1cf1561144db61fc1c051d811 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
@@ -520,7 +520,7 @@ void LayoutSVGText::invalidateTreeIfNeeded(const PaintInvalidationState& paintIn |
if (reason == PaintInvalidationSVGResourceChange) |
newPaintInvalidationState.setForceSubtreeInvalidationWithinContainer(); |
- newPaintInvalidationState.updatePaintOffsetAndClipForChildren(); |
+ newPaintInvalidationState.updateForChildren(); |
invalidatePaintOfSubtreesIfNeeded(newPaintInvalidationState); |
} |