| 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 a436e7b9fad595807fb5450ab7d500fd4048dae5..19dae40fb0d8069035c4a649d5d951d11580becc 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| @@ -31,9 +31,7 @@ class MODULES_EXPORT FaceDetector final : public ShapeDetector,
|
| ~FaceDetector() override = default;
|
|
|
| ScriptPromise DoDetect(ScriptPromiseResolver*,
|
| - mojo::ScopedSharedBufferHandle,
|
| - int image_width,
|
| - int image_height) override;
|
| + skia::mojom::blink::BitmapPtr) override;
|
| void OnDetectFaces(
|
| ScriptPromiseResolver*,
|
| Vector<shape_detection::mojom::blink::FaceDetectionResultPtr>);
|
|
|