Chromium Code Reviews| Index: media/capture/video/video_capture_system.h |
| diff --git a/media/capture/video/video_capture_system.h b/media/capture/video/video_capture_system.h |
| index b0b6313123babdbc56bb1510348800c30ca1df0d..54b2dca704c4ea4bdd09f7675053943063e68145 100644 |
| --- a/media/capture/video/video_capture_system.h |
| +++ b/media/capture/video/video_capture_system.h |
| @@ -10,6 +10,8 @@ |
| namespace media { |
| +// GetDeviceInfosAsync() must be called at least once before calling |
| +// CreateDevice(). |
|
mcasas
2017/04/27 20:10:02
nit: Shouldn't this be enforced somehow?
chfremer
2017/04/27 23:48:14
Hmm, maybe I worded this too strongly. Actually, C
|
| class CAPTURE_EXPORT VideoCaptureSystem { |
| public: |
| using DeviceInfoCallback = |