| Index: third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.mojom b/third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.mojom
|
| index eddeab5ea6e50a49671bd21f6e0d9d8ed8d5cdb0..b293b98d5163cdf1a5cce88712fae9e5a24fc7a0 100644
|
| --- a/third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.mojom
|
| @@ -20,5 +20,5 @@ interface BarcodeDetection {
|
| // row-major order.
|
| // TODO(mcasas): Consider using mojo::Bitmap here, https://crbug.com/665488.
|
| Detect(handle<shared_buffer> frame_data, uint32 width, uint32 height)
|
| - => (array<BarcodeDetectionResult> results);
|
| + => (array<BarcodeDetectionResult> results);
|
| };
|
|
|