| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
|
| index 9a0d3412732d23ffb418c0b41d627fd9f4831be8..bf186d38aaf57d848c1c7bce55b9ebc5e571ca44 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
|
| @@ -27,10 +27,6 @@ interface SVGSVGElement : SVGGraphicsElement {
|
| [MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength y;
|
| [MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength width;
|
| [MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength height;
|
| - // TODO(foolip): useCurrentView and currentView have been removed:
|
| - // https://github.com/w3c/svgwg/commit/4c26fd36937a65192024208d85c144a21071b057
|
| - [DeprecateAs=V8SVGSVGElement_UseCurrentView_AttributeGetter] readonly attribute boolean useCurrentView;
|
| - [DeprecateAs=V8SVGSVGElement_CurrentView_AttributeGetter] readonly attribute SVGViewSpec currentView;
|
| attribute float currentScale;
|
| // TODO(foolip): currentTranslate should be a DOMPointReadOnly.
|
| [ImplementedAs=currentTranslateFromJavascript] readonly attribute SVGPoint currentTranslate;
|
|
|