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

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

Issue 2369693002: Shapedetection module: Blink side implementation (Closed)
Patch Set: Code reformatting Created 4 years, 2 months 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 8e1a0da252ac27544bb2e5e8233d6e065c4dceeb..6f7e9b9ee699dc5f0413645dc8038dcd2d9db1f7 100644
--- a/third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl
+++ b/third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl
@@ -9,5 +9,5 @@
RuntimeEnabled=ShapeDetection,
] interface DetectedFace {
// TODO(xianglu): Implement missing fields. https://crbug.com/646083
mcasas 2016/10/03 22:18:09 Indent two spaces right.
xianglu 2016/10/04 00:58:26 Done.
+ readonly attribute DOMRect boundingBox;
};
-DetectedFace implements DetectedObject;

Powered by Google App Engine
This is Rietveld 408576698