| Index: third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.idl
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.idl b/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.idl
|
| index e31eb6631ffd793f8df6e8e12b5d42e2b64c20b1..75d629b581143daf183b79e63366bd05e614dbb9 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.idl
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.idl
|
| @@ -10,5 +10,5 @@
|
| Exposed=(Window,Worker),
|
| RuntimeEnabled=ShapeDetection,
|
| ] interface BarcodeDetector {
|
| - [CallWith=ScriptState, Measure] Promise<sequence<DetectedBarcode>> detect(CanvasImageSource image);
|
| + [CallWith=ScriptState, Measure] Promise<sequence<DetectedBarcode>> detect(ImageBitmapSource image);
|
| };
|
|
|