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

Unified Diff: third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl

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/DetectedFace.idl
diff --git a/third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl b/third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl
index fb27dc74f3cba409a90c58388df353a063675e01..03f21e29f7e800721cf6bd870dad4d3ba8b47bb4 100644
--- a/third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl
+++ b/third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl
@@ -8,6 +8,6 @@
Constructor,
RuntimeEnabled=ShapeDetection,
] interface DetectedFace {
- // TODO(xianglu): Implement missing fields. https://crbug.com/646083
+ // TODO(xianglu): Implement any other fields. https://crbug.com/646083
readonly attribute DOMRect boundingBox;
};

Powered by Google App Engine
This is Rietveld 408576698