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

Unified Diff: media/cast/cast_receiver_impl.cc

Issue 178073004: Cast: IPC from browser to renderer to send packet events from transport to cast library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/logging/encoding_event_subscriber_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_receiver_impl.cc
diff --git a/media/cast/cast_receiver_impl.cc b/media/cast/cast_receiver_impl.cc
index cca649293546d4919520a712e66b7ff50080b3da..2ca3c92338ae4f6e70ca12c324f96682a059deb7 100644
--- a/media/cast/cast_receiver_impl.cc
+++ b/media/cast/cast_receiver_impl.cc
@@ -97,6 +97,7 @@ CastReceiverImpl::CastReceiverImpl(
const VideoReceiverConfig& video_config,
transport::PacketSender* const packet_sender)
: pacer_(cast_environment->Clock(),
+ cast_environment->Logging(),
packet_sender,
cast_environment->GetMessageSingleThreadTaskRunnerForThread(
CastEnvironment::TRANSPORT)),
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/logging/encoding_event_subscriber_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698