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

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

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge 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
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 5531bd5122eea6a2d7f9760920b860e8a5361809..7915f539890c62d47eec1a3292c5170bb74359ea 100644
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl
@@ -13,8 +13,8 @@
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, Measure] static DOMMatrix fromFloat32Array(Float32Array array32);
+ [RaisesException, NewObject, Measure] static DOMMatrix fromFloat64Array(Float64Array array64);
// These attributes are simple aliases for certain elements of the 4x4 matrix
inherit attribute unrestricted double a;
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMException.idl ('k') | third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698