| Index: content/renderer/media/user_media_client_impl.cc
|
| diff --git a/content/renderer/media/user_media_client_impl.cc b/content/renderer/media/user_media_client_impl.cc
|
| index 37cd741d07603df129ed0cd98dab289bbc68c0c2..03355e892148bca699a91e6c198516039f33a61e 100644
|
| --- a/content/renderer/media/user_media_client_impl.cc
|
| +++ b/content/renderer/media/user_media_client_impl.cc
|
| @@ -631,7 +631,8 @@ MediaStreamVideoSource* UserMediaClientImpl::CreateVideoSource(
|
| const StreamDeviceInfo& device,
|
| const MediaStreamSource::SourceStoppedCallback& stop_callback) {
|
| content::MediaStreamVideoCapturerSource* ret =
|
| - new content::MediaStreamVideoCapturerSource(stop_callback, device);
|
| + new content::MediaStreamVideoCapturerSource(stop_callback, device,
|
| + render_frame());
|
| return ret;
|
| }
|
|
|
|
|