Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: content/renderer/media/user_media_client_impl.cc

Issue 883293005: Cast: Basic cast_receiver API for chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 316d62ae7bba279dcc6bb3fdfc90ca31dd3cd028..16d439a59966ee51186e2218f52d7db263dd5cf0 100644
--- a/content/renderer/media/user_media_client_impl.cc
+++ b/content/renderer/media/user_media_client_impl.cc
@@ -583,7 +583,7 @@ MediaStreamVideoSource* UserMediaClientImpl::CreateVideoSource(
return new content::MediaStreamVideoCapturerSource(
device,
stop_callback,
- scoped_ptr<VideoCapturerDelegate>(new VideoCapturerDelegate(device)));
+ new VideoCapturerDelegate(device));
}
void UserMediaClientImpl::CreateVideoTracks(

Powered by Google App Engine
This is Rietveld 408576698