| Index: third_party/WebKit/public/platform/modules/shapedetection/shapedetection.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/shapedetection/shapedetection.mojom b/third_party/WebKit/public/platform/modules/shapedetection/shapedetection.mojom
|
| index fc9e42e0ad4264c3181e7c765502dd7ca214f6dd..993b859838f8775266aa08fac0bce21eaf5a57e6 100644
|
| --- a/third_party/WebKit/public/platform/modules/shapedetection/shapedetection.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/shapedetection/shapedetection.mojom
|
| @@ -32,7 +32,7 @@ interface ShapeDetection {
|
| // row-major order.
|
| // TODO(mcasas): Consider using mojo::Bitmap here, https://crbug.com/665488.
|
| DetectFaces(handle<shared_buffer> frame_data, uint32 width, uint32 height,
|
| - FaceDetectorOptions options)
|
| + FaceDetectorOptions options)
|
| => (FaceDetectionResult result);
|
|
|
| DetectBarcodes(handle<shared_buffer> frame_data, uint32 width, uint32 height)
|
|
|