Index: third_party/WebKit/Source/core/paint/SVGClipPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp b/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp |
index 8f4b92d9fc957dec53bef763b923f476fe1a25d9..e3103a94ad19db21d1f1ece99d82016c58aacfc0 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/SVGClipPainter.cpp |
@@ -54,7 +54,8 @@ bool SVGClipPainter::prepareEffect(const LayoutObject& target, |
SVGClipExpansionCycleHelper inClipExpansionChange(m_clip); |
AffineTransform animatedLocalTransform = |
- toSVGClipPathElement(m_clip.element())->calculateAnimatedLocalTransform(); |
+ toSVGClipPathElement(m_clip.element()) |
+ ->calculateTransform(SVGElement::IncludeMotionTransform); |
// When drawing a clip for non-SVG elements, the CTM does not include the zoom |
// factor. In this case, we need to apply the zoom scale explicitly - but |
// only for clips with userSpaceOnUse units (the zoom is accounted for |