| Index: third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl
|
| diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl
|
| index c5c7655273f0b5613ad8f70c52d4a904029e2b04..c8c306e8faf6f5a8426b743d726a15a3d969f7a1 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl
|
| @@ -13,5 +13,6 @@
|
| ] interface ImageCapture {
|
| readonly attribute MediaStreamTrack videoStreamTrack;
|
|
|
| + [CallWith=ScriptState, RaisesException] Promise<Blob> takePhoto();
|
| [CallWith=ScriptState, RaisesException] Promise<ImageBitmap> grabFrame();
|
| };
|
|
|