| Index: third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl
|
| index 6b2861261cb62e8d9313302a43ccfa4620e470cb..f27e75d4e53f25e9de7a2ac6b7b161667894bf00 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl
|
| @@ -34,8 +34,8 @@ interface SVGGraphicsElement : SVGElement {
|
| [Measure] readonly attribute SVGAnimatedTransformList transform;
|
|
|
| [ImplementedAs=getBBoxFromJavascript] SVGRect getBBox();
|
| - [ImplementedAs=getCTMFromJavascript] SVGMatrix getCTM();
|
| - [ImplementedAs=getScreenCTMFromJavascript] SVGMatrix getScreenCTM();
|
| + SVGMatrix getCTM();
|
| + SVGMatrix getScreenCTM();
|
|
|
| // TODO(foolip): The following two properties existed on SVGLocatable in SVG
|
| // 1.1, but were removed in SVG2. https://crbug.com/695981
|
|
|