| 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 b293b98d5163cdf1a5cce88712fae9e5a24fc7a0..9d06d0a7f7a56c6e0335f1c5a321dfc2d7c15908 100644
|
| --- a/third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.mojom
|
| @@ -13,6 +13,7 @@ struct BarcodeDetectionResult {
|
| // https://github.com/zxing/zxing/wiki/Barcode-Contents).
|
| string raw_value;
|
| gfx.mojom.RectF bounding_box;
|
| + array<gfx.mojom.PointF> corner_points;
|
| };
|
|
|
| interface BarcodeDetection {
|
|
|