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

Unified Diff: third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h

Issue 2564123003: Face Detection: Use DetectedFace in FaceDetector.cpp iso DOMRect (Closed)
Patch Set: 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/DetectedBarcode.h
diff --git a/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h b/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h
index 1518e3bc4a46ef36eed7cbf8c4ca04231cd7b6e8..563c8568d9f207478e942f0af84fcb6aa09a3795 100644
--- a/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h
+++ b/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h
@@ -27,7 +27,7 @@ class MODULES_EXPORT DetectedBarcode final
DECLARE_TRACE();
private:
- DetectedBarcode(String rawValue, DOMRect* boundingBox);
+ DetectedBarcode(String, DOMRect*);
const String m_rawValue;
const Member<DOMRect> m_boundingBox;
« no previous file with comments | « content/test/data/media/face_detection_test.html ('k') | third_party/WebKit/Source/modules/shapedetection/DetectedFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698