Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1103)

Unified Diff: third_party/WebKit/Source/core/svg/SVGSVGElement.idl

Issue 1374233003: Remove SVGSVGElement.pixelUnitToMillimeterX and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGSVGElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGSVGElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698