| Index: third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h b/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h
|
| index 66ee0d2e17692c3a296a2bc3147c2301c25a9691..21ccd6b1a198ed327c585d3cb97de71e2d1816c2 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h
|
| @@ -26,6 +26,7 @@ class MODULES_EXPORT ShapeDetector
|
| // https://github.com/WICG/shape-detection-api/issues/6
|
| };
|
| explicit ShapeDetector(LocalFrame&);
|
| + ShapeDetector(LocalFrame&, const FaceDetectorOptions&);
|
| virtual ~ShapeDetector() = default;
|
|
|
| ScriptPromise detectShapes(ScriptState*,
|
|
|