| Index: third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp b/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| index 5e400bf2ed00b1709c8a664f94346e246f3bf95b..c95abef1808ca0b4bdc542036e951430663343ea 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
|
| @@ -216,8 +216,7 @@ void SVGPatternElement::collectPatternAttributes(
|
| }
|
| }
|
|
|
| -AffineTransform SVGPatternElement::localCoordinateSpaceTransform(
|
| - SVGElement::CTMScope) const {
|
| +AffineTransform SVGPatternElement::localCoordinateSpaceTransform() const {
|
| return calculateTransform(SVGElement::ExcludeMotionTransform);
|
| }
|
|
|
|
|