| Index: third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.h
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.h b/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.h
|
| index 2f228033e7b3d71495494b9452e2bbd4051b9d59..12af1521e83d5bbbe83348a0f408bb90e760f62b 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.h
|
| @@ -29,9 +29,7 @@ class MODULES_EXPORT BarcodeDetector final : public ShapeDetector,
|
| ~BarcodeDetector() override = default;
|
|
|
| ScriptPromise DoDetect(ScriptPromiseResolver*,
|
| - mojo::ScopedSharedBufferHandle,
|
| - int image_width,
|
| - int image_height) override;
|
| + skia::mojom::blink::BitmapPtr) override;
|
| void OnDetectBarcodes(
|
| ScriptPromiseResolver*,
|
| Vector<shape_detection::mojom::blink::BarcodeDetectionResultPtr>);
|
|
|