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 469c6f287ab0a497aa31a2a473a32cd36c15b27a..0afa3dbc1d9d3d09d8e1ffe0726071c5ec55b26a 100644 |
--- a/content/renderer/media/user_media_client_impl.cc |
+++ b/content/renderer/media/user_media_client_impl.cc |
@@ -653,7 +653,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; |
} |