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

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

Issue 2599753002: Update TODO(s) in SVGTransform.idl (Closed)
Patch Set: Created 4 years 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 | « no previous file | 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/SVGTransform.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGTransform.idl b/third_party/WebKit/Source/core/svg/SVGTransform.idl
index 874f04b85ec819bb66cc6664a06fb05d60ffa90d..9353ece9878c25133f2336121feee9f5885e2217 100644
--- a/third_party/WebKit/Source/core/svg/SVGTransform.idl
+++ b/third_party/WebKit/Source/core/svg/SVGTransform.idl
@@ -35,10 +35,11 @@
const unsigned short SVG_TRANSFORM_SKEWY = 6;
[ImplementedAs=transformType] readonly attribute unsigned short type;
- // TODO(foolip): SVGMatrix should be DOMMatrixReadOnly.
+ // TODO(foolip): SVGMatrix should be DOMMatrix.
readonly attribute SVGMatrix matrix;
readonly attribute float angle;
+ // TODO(foolip): SVGMatrix should be DOMMatrixReadOnly.
[RaisesException] void setMatrix(SVGMatrix matrix);
[RaisesException] void setTranslate(float tx, float ty);
[RaisesException] void setScale(float sx, float sy);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698