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 a503ae1149b7e1e708dcb7896ff97911ed486c66..d60b82fafec38d3ff042fa7e799ac40891e998fe 100644 |
--- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h |
+++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h |
@@ -32,9 +32,7 @@ class MODULES_EXPORT FaceDetector final : public ShapeDetector, |
~FaceDetector() override = default; |
ScriptPromise doDetect(ScriptPromiseResolver*, |
- mojo::ScopedSharedBufferHandle, |
- int imageWidth, |
- int imageHeight) override; |
+ skia::mojom::blink::BitmapPtr) override; |
void onDetectFaces(ScriptPromiseResolver*, |
shape_detection::mojom::blink::FaceDetectionResultPtr); |
void onFaceServiceConnectionError(); |