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

Unified Diff: third_party/WebKit/Source/modules/shapedetection/DEPS

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/Source/modules/shapedetection/DEPS
diff --git a/third_party/WebKit/Source/modules/shapedetection/DEPS b/third_party/WebKit/Source/modules/shapedetection/DEPS
index 16c6c5d6531c11c11d81f7540842e6f3202715d8..7d55c79950deaa9898c15240b24ef26c8f410663 100644
--- a/third_party/WebKit/Source/modules/shapedetection/DEPS
+++ b/third_party/WebKit/Source/modules/shapedetection/DEPS
@@ -5,6 +5,7 @@ include_rules = [
"-modules",
"+modules/ModulesExport.h",
"+modules/canvas2d",
+ "+modules/imagecapture/Point2D.h",
"+modules/shapedetection",
"+platform",
"+public/platform",

Powered by Google App Engine
This is Rietveld 408576698