| 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);
|
| -
|
| +
|
| // 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.
|
|
|