| Index: media/video/capture/video_capture_device_factory.h
|
| ===================================================================
|
| --- media/video/capture/video_capture_device_factory.h (revision 271940)
|
| +++ media/video/capture/video_capture_device_factory.h (working copy)
|
| @@ -21,6 +21,7 @@
|
|
|
| // Creates a VideoCaptureDevice object. Returns NULL if something goes wrong.
|
| virtual scoped_ptr<VideoCaptureDevice> Create(
|
| + scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
|
| const VideoCaptureDevice::Name& device_name);
|
|
|
| // Gets the names of all video capture devices connected to this computer.
|
|
|