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 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. 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 93621edfc570a135b8798c1e6be116b5299a6010..0d5ab5fbd6f1f80adf39d7363143a5dd63e515b9 100644
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl
@@ -13,8 +13,8 @@
// FIXME: Exposed=(Window,Worker)
RuntimeEnabled=GeometryInterfaces,
] interface DOMMatrix : DOMMatrixReadOnly {
- [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);
[RaisesException, NewObject] static DOMMatrix fromMatrix(optional DOMMatrixInit other);
// These attributes are simple aliases for certain elements of the 4x4 matrix
« 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