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 13ace66a4b649cb54e21e76ecef44b436ed94bed..849378a00dda5fcfdf72cf470e95517b3240d2d1 100644 |
--- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl |
+++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl |
@@ -43,9 +43,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); |
}; |