| 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 48848850b354d9276085c3f5fa6cb895c58ff876..c565ac39f699468578a86cc6b6d38fc6afe65170 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
|
| @@ -69,10 +69,6 @@
|
|
|
| // TODO(philipj): The following was part of SVG 1.1:
|
| // http://www.w3.org/TR/SVG11/struct.html#InterfaceSVGSVGElement
|
| - [Measure] readonly attribute float pixelUnitToMillimeterX;
|
| - [Measure] readonly attribute float pixelUnitToMillimeterY;
|
| - [Measure] readonly attribute float screenPixelToMillimeterX;
|
| - [Measure] readonly attribute float screenPixelToMillimeterY;
|
| [Measure] Element getElementById(DOMString elementId);
|
| };
|
|
|
|
|