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

Unified Diff: extensions/common/api/webcam_private.idl

Issue 2860203002: MediaPerceptionPrivate IDL and skeleton. (Closed)
Patch Set: Rename one field in IDL 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: extensions/common/api/webcam_private.idl
diff --git a/extensions/common/api/webcam_private.idl b/extensions/common/api/webcam_private.idl
index 8095699cd21c103695e3f7ba994324ecdd1b3df2..84a24b16493bb493fe1134f5133b8866ed635143 100644
--- a/extensions/common/api/webcam_private.idl
+++ b/extensions/common/api/webcam_private.idl
@@ -36,7 +36,7 @@ namespace webcamPrivate {
static void get(DOMString webcamId, WebcamConfigurationCallback callback);
static void set(DOMString webcamId, WebcamConfiguration config);
-
tbarzic 2017/05/10 23:45:53 undo this
Luke Sorenson 2017/05/11 16:18:22 Done. Although, I don't see why its a problem to
tbarzic 2017/05/11 17:16:21 mostly because it has nothing to do with this cl :
Luke Sorenson 2017/05/11 18:35:06 Acknowledged.
+
// Reset a webcam. Note: the value of the parameter have no effect, it's the
// presence of the parameter that matters. E.g.: reset(webcamId, {pan: 0,
// tilt: 1}); will reset pan & tilt, but not zoom.

Powered by Google App Engine
This is Rietveld 408576698