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

Unified Diff: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.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 | « third_party/WebKit/Source/core/dom/DOMMatrix.idl ('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/dom/DOMMatrixReadOnly.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
index fde873e7394ca6f2cfe66aee3c5646473a1155da..5db3218e31159467af461d76f24b833ce890d77c 100644
--- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
+++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
@@ -42,11 +42,7 @@
readonly attribute boolean is2D;
readonly attribute boolean isIdentity;
- // TODO(zino): Should implement rotate() method (See: crbug.com/645878)
- // TODO(zino): Should implement rotateFromVector() method (See: crbug.com/645882)
- // TODO(zino): Should implement rotateAxisAngle() method (See: crbug.com/645883)
// TODO(zino): Should implement transformPoint() method (See: crbug.com/645885)
- // TODO(zino): Should remove scaleNonUniform() method (See: crbug.com/645887)
// Immutable transform methods
DOMMatrix translate(optional unrestricted double tx = 0,
optional unrestricted double ty = 0,
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMMatrix.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698