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

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

Issue 2546293002: ShapeDetection: adding Exposed=(Window,Worker) to idls (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
« no previous file with comments | « third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
diff --git a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
index 03a6dd12407d1514a730b2af4ab4eee0ec1c164d..36e911284cce2d4243af171c1e86f517529abfd9 100644
--- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
+++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
@@ -7,6 +7,7 @@
[
Constructor(optional FaceDetectorOptions faceDetectorOptions),
ConstructorCallWith=Document,
+ Exposed=(Window,Worker),
RuntimeEnabled=ShapeDetection,
] interface FaceDetector {
[CallWith=ScriptState] Promise<sequence<DetectedObject>> detect(CanvasImageSource image);
« no previous file with comments | « third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698