Index: third_party/WebKit/Source/modules/shapedetection/TextDetector.h |
diff --git a/third_party/WebKit/Source/modules/shapedetection/TextDetector.h b/third_party/WebKit/Source/modules/shapedetection/TextDetector.h |
index bc6262779e65defcd2fb3264ab80546bb1da9e88..3a5ce59668c6f40baa3b5dc1d20cfb8630c965db 100644 |
--- a/third_party/WebKit/Source/modules/shapedetection/TextDetector.h |
+++ b/third_party/WebKit/Source/modules/shapedetection/TextDetector.h |
@@ -31,9 +31,7 @@ class MODULES_EXPORT TextDetector final : public ShapeDetector, |
~TextDetector() override = default; |
ScriptPromise doDetect(ScriptPromiseResolver*, |
- mojo::ScopedSharedBufferHandle, |
- int imageWidth, |
- int imageHeight) override; |
+ skia::mojom::blink::BitmapPtr) override; |
void onDetectText( |
ScriptPromiseResolver*, |
Vector<shape_detection::mojom::blink::TextDetectionResultPtr>); |