Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(896)

Unified Diff: third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.mojom

Issue 2575943002: Barcode Detection: Add |cornerPoints| to DetectedBarcode.idl (Closed)
Patch Set: Correct coordinates (in clockwise direction starting with top-left) Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698