| Index: content/browser/renderer_host/media/web_contents_video_capture_device.cc
|
| diff --git a/content/browser/renderer_host/media/web_contents_video_capture_device.cc b/content/browser/renderer_host/media/web_contents_video_capture_device.cc
|
| index b807d83c54df6c15bb00a032d3591b2eee6363f3..91feb4d48733c030c93b3b50717408d65ac89daa 100644
|
| --- a/content/browser/renderer_host/media/web_contents_video_capture_device.cc
|
| +++ b/content/browser/renderer_host/media/web_contents_video_capture_device.cc
|
| @@ -1228,7 +1228,7 @@ WebContentsVideoCaptureDevice::~WebContentsVideoCaptureDevice() {
|
| }
|
|
|
| // static
|
| -media::VideoCaptureDevice* WebContentsVideoCaptureDevice::Create(
|
| +media::VideoCaptureDevice1* WebContentsVideoCaptureDevice::Create(
|
| const std::string& device_id) {
|
| // Parse device_id into render_process_id and render_view_id.
|
| int render_process_id = -1;
|
|
|