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

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

Issue 2530273003: [GeometoryInterface] clean up DOMMatrix*.idl files. (Closed)
Patch Set: rebase 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 | 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 93621edfc570a135b8798c1e6be116b5299a6010..5531bd5122eea6a2d7f9760920b860e8a5361809 100644
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl
@@ -9,13 +9,12 @@
Constructor(DOMString transformList),
Constructor(sequence<unrestricted double> numberSequence),
RaisesException=Constructor,
- // FIXME: Should implement more constructors (See: crbug.com/388780)
// FIXME: Exposed=(Window,Worker)
RuntimeEnabled=GeometryInterfaces,
] interface DOMMatrix : DOMMatrixReadOnly {
+ [RaisesException, NewObject] static DOMMatrix fromMatrix(optional DOMMatrixInit other);
[RaisesException, NewObject] static DOMMatrix fromFloat32Array(Float32Array array32);
[RaisesException, NewObject] static DOMMatrix fromFloat64Array(Float64Array array64);
- [RaisesException, NewObject] static DOMMatrix fromMatrix(optional DOMMatrixInit other);
// These attributes are simple aliases for certain elements of the 4x4 matrix
inherit attribute unrestricted double a;
« 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