| 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 508de310653a02255f597b5eb5a7623486766096..6b2861261cb62e8d9313302a43ccfa4620e470cb 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl
|
| @@ -37,8 +37,8 @@ interface SVGGraphicsElement : SVGElement {
|
| [ImplementedAs=getCTMFromJavascript] SVGMatrix getCTM();
|
| [ImplementedAs=getScreenCTMFromJavascript] SVGMatrix getScreenCTM();
|
|
|
| - // The following two properties existed on SVGLocatable in SVG
|
| - // 1.1, but was removed in SVG2.
|
| + // TODO(foolip): The following two properties existed on SVGLocatable in SVG
|
| + // 1.1, but were removed in SVG2. https://crbug.com/695981
|
| // https://www.w3.org/TR/SVG11/types.html#InterfaceSVGLocatable
|
| [MeasureAs=SVGLocatableNearestViewportElement] readonly attribute SVGElement nearestViewportElement;
|
| [MeasureAs=SVGLocatableFarthestViewportElement] readonly attribute SVGElement farthestViewportElement;
|
|
|