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

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

Issue 2547413002: ShapeDetection: add UseCounter entry for detect() methods (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
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 36e911284cce2d4243af171c1e86f517529abfd9..f52dff8693e79c4338fdb9881060f7e99a527587 100644
--- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
+++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
@@ -10,5 +10,5 @@
Exposed=(Window,Worker),
RuntimeEnabled=ShapeDetection,
] interface FaceDetector {
- [CallWith=ScriptState] Promise<sequence<DetectedObject>> detect(CanvasImageSource image);
+ [CallWith=ScriptState, Measure] Promise<sequence<DetectedObject>> detect(CanvasImageSource image);
};
« no previous file with comments | « third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698