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

Unified Diff: third_party/WebKit/Source/core/dom/DOMMatrix.idl

Issue 2500773002: [GeometryInterface] clean up idl. (Closed)
Patch Set: [GeometryInterface] clean up idl. Created 4 years, 1 month 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 | third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/DOMMatrix.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMMatrix.idl b/third_party/WebKit/Source/core/dom/DOMMatrix.idl
index 699eac70f11602e00e57b7bbec701390a936394b..0d508bad39eed023f9981e064fae600d029ddeca 100644
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl
@@ -42,11 +42,6 @@
inherit attribute unrestricted double m43;
inherit attribute unrestricted double m44;
- // TODO(zino): Should implement rotateSelf() method (See: crbug.com/645878)
- // TODO(zino): Should implement rotateFromVectorSelf() method (See: crbug.com/645882)
- // TODO(zino): Should implement rotateAxisAngleSelf() method (See: crbug.com/645883)
- // TODO(zino): Should implement setMatrixValue() method (See: crbug.com/645884)
- // TODO(zino): Should remove scaleNonUniformSelf() method (See: crbug.com/645887)
// Mutable transform methods
[RaisesException] DOMMatrix multiplySelf(optional DOMMatrixInit other);
[RaisesException] DOMMatrix preMultiplySelf(optional DOMMatrixInit other);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698