| Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| index 4114aeefd74884002674c66156d9d7cf66bc9d34..1abaf8e3beed6b540afc201bc2fcd548b8992e2f 100644
|
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.idl
|
| @@ -14,5 +14,5 @@
|
| [EnforceRange] attribute unsigned long height;
|
|
|
| [CallWith=ScriptState, RaisesException] ImageBitmap transferToImageBitmap();
|
| - [RaisesException, CallWith=ScriptState] Promise<Blob> convertToBlob(optional ImageEncodeOptions options);
|
| + [MeasureAs=OffscreenCanvasConvertToBlob, RaisesException, CallWith=ScriptState] Promise<Blob> convertToBlob(optional ImageEncodeOptions options);
|
| };
|
|
|