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

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

Issue 2859413002: Shape Detection: add idl and mojom for face landmarks and wire for Mac (Closed)
Patch Set: service-worker's global-interface-listing-expected.txt updated Created 3 years, 7 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 03f21e29f7e800721cf6bd870dad4d3ba8b47bb4..bccaab02d6daa4310a2a5405023e5a19b0c97ff0 100644
--- a/third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl
+++ b/third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl
@@ -10,4 +10,6 @@
] interface DetectedFace {
// TODO(xianglu): Implement any other fields. https://crbug.com/646083
readonly attribute DOMRect boundingBox;
+
+ [SameObject] readonly attribute FrozenArray<Landmark> landmarks;
Yuki 2017/05/08 09:34:12 Please add [SaveSameObject]. [SameObject, SaveSa
};

Powered by Google App Engine
This is Rietveld 408576698