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..fb27dc74f3cba409a90c58388df353a063675e01 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 missing fields. https://crbug.com/646083 |
+ readonly attribute DOMRect boundingBox; |
}; |
-DetectedFace implements DetectedObject; |