| Index: third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| index 53baaab839ee6d66335018073a7f44dca9eaf8ba..8b3eb8dd028b62163fc41979c6acc996ef24a7df 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -313,7 +313,7 @@ void SVGElement::clearAnimatedAttribute(const QualifiedName& attribute) {
|
| });
|
| }
|
|
|
| -AffineTransform SVGElement::localCoordinateSpaceTransform(CTMScope) const {
|
| +AffineTransform SVGElement::localCoordinateSpaceTransform() const {
|
| // To be overriden by SVGGraphicsElement (or as special case SVGTextElement
|
| // and SVGPatternElement)
|
| return AffineTransform();
|
|
|