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

Unified Diff: third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.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/imagebitmap/ImageBitmapFactories.idl
diff --git a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl
index fd5341cfd763568b02ab1f3473aebbc8593b9a38..55dcf1c286eee9f7c95bd0ef4dec4679600d3b19 100644
--- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl
+++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl
@@ -42,9 +42,9 @@ typedef (HTMLImageElement or
NoInterfaceObject, // Always used on target of 'implements'
Exposed=(Window,Worker),
] interface ImageBitmapFactories {
- [CallWith=ScriptState, RaisesException] Promise createImageBitmap(
+ [Measure, CallWith=ScriptState, RaisesException] Promise createImageBitmap(
ImageBitmapSource imageBitmap, optional ImageBitmapOptions options);
- [CallWith=ScriptState, RaisesException] Promise createImageBitmap(
+ [Measure,CallWith=ScriptState, RaisesException] Promise createImageBitmap(
ImageBitmapSource imageBitmap, long sx, long sy, long sw, long sh, optional ImageBitmapOptions options);
};

Powered by Google App Engine
This is Rietveld 408576698