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

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

Issue 2858913002: Simplify the SVGGraphicsElement ...CTM methods (Closed)
Patch Set: Created 3 years, 8 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
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
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGSVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698