Chromium Code Reviews| 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. |