Index: third_party/WebKit/Source/core/svg/SVGUseElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp |
index 0091e379c49c51509fc433fdddcdec468b55db6e..df2f7aeb324260fc359e359ba6e2c84acde151d0 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp |
@@ -483,7 +483,7 @@ void SVGUseElement::toClipPath(Path& path) const { |
SVGLengthContext lengthContext(this); |
path.translate(FloatSize(m_x->currentValue()->value(lengthContext), |
m_y->currentValue()->value(lengthContext))); |
- path.transform(calculateAnimatedLocalTransform()); |
+ path.transform(calculateTransform(SVGElement::IncludeMotionTransform)); |
} |
} |