| 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 5bd48439e6287dc0fb0fce7b46111e6c23d0e3e1..4d21cc6645f6ffca7b2755ae083f9d6b7fce2b07 100644
 | 
| --- a/third_party/WebKit/Source/modules/shapedetection/TextDetector.h
 | 
| +++ b/third_party/WebKit/Source/modules/shapedetection/TextDetector.h
 | 
| @@ -29,9 +29,7 @@ class MODULES_EXPORT TextDetector final : public ShapeDetector,
 | 
|    ~TextDetector() override = default;
 | 
|  
 | 
|    ScriptPromise DoDetect(ScriptPromiseResolver*,
 | 
| -                         mojo::ScopedSharedBufferHandle,
 | 
| -                         int image_width,
 | 
| -                         int image_height) override;
 | 
| +                         skia::mojom::blink::BitmapPtr) override;
 | 
|    void OnDetectText(
 | 
|        ScriptPromiseResolver*,
 | 
|        Vector<shape_detection::mojom::blink::TextDetectionResultPtr>);
 | 
| 
 |