| Index: third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
|
| index c1f0f1692bc7df696b3c574fa932127ca0ee3bd7..3410a378b23880c3193debbca985564020bf7b32 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
|
| @@ -11,4 +11,5 @@
|
| RuntimeEnabled=ShapeDetection,
|
| ] interface FaceDetector {
|
| [CallWith=ScriptState] Promise<sequence<DetectedObject>> detect(HTMLImageElement htmlImageElement);
|
| + [CallWith=ScriptState] Promise<sequence<DetectedObject>> detect(ImageBitmap imageBitmap);
|
| };
|
|
|