| Index: trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.h
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.h (revision 236934)
|
| +++ trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.h (working copy)
|
| @@ -42,8 +42,9 @@
|
| virtual ~WebContentsVideoCaptureDevice();
|
|
|
| // VideoCaptureDevice implementation.
|
| - virtual void AllocateAndStart(const media::VideoCaptureParams& params,
|
| - scoped_ptr<Client> client) OVERRIDE;
|
| + virtual void AllocateAndStart(
|
| + const media::VideoCaptureCapability& capture_format,
|
| + scoped_ptr<Client> client) OVERRIDE;
|
| virtual void StopAndDeAllocate() OVERRIDE;
|
|
|
| private:
|
|
|