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 e5688e916c765961501517c8839e90f135f2aaea..b2a99e614993c53c2fa5ef8b18eab9232b4a061e 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
@@ -181,8 +181,8 @@ void LayoutSVGText::layout() { |
bool updateParentBoundaries = false; |
if (m_needsTransformUpdate) { |
- m_localTransform = |
- toSVGTextElement(node())->calculateAnimatedLocalTransform(); |
+ m_localTransform = toSVGTextElement(node())->calculateTransform( |
+ SVGElement::IncludeMotionTransform); |
m_needsTransformUpdate = false; |
updateParentBoundaries = true; |
} |