| Index: third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| index 83df1caa635db627c92be02306fbafd39801d89d..a436e7b9fad595807fb5450ab7d500fd4048dae5 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| @@ -34,8 +34,9 @@ class MODULES_EXPORT FaceDetector final : public ShapeDetector,
|
| mojo::ScopedSharedBufferHandle,
|
| int image_width,
|
| int image_height) override;
|
| - void OnDetectFaces(ScriptPromiseResolver*,
|
| - shape_detection::mojom::blink::FaceDetectionResultPtr);
|
| + void OnDetectFaces(
|
| + ScriptPromiseResolver*,
|
| + Vector<shape_detection::mojom::blink::FaceDetectionResultPtr>);
|
| void OnFaceServiceConnectionError();
|
|
|
| shape_detection::mojom::blink::FaceDetectionPtr face_service_;
|
|
|