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

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

Issue 2564163003: ShapeDetection: Add ShapeDetectionProvider (Closed)
Patch Set: Name change: mockFaceDetectionProviderReady, rebase 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 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);
};
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/modules/shapedetection/facedetection.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698