| Index: media/cast/cast_receiver_impl.cc
|
| diff --git a/media/cast/cast_receiver_impl.cc b/media/cast/cast_receiver_impl.cc
|
| index 3bca1b12334d407302502abb1cffdd3974bf364e..75b0032e2d1b37454aa84cc62d2bf9c477cfbe35 100644
|
| --- a/media/cast/cast_receiver_impl.cc
|
| +++ b/media/cast/cast_receiver_impl.cc
|
| @@ -88,10 +88,10 @@ CastReceiverImpl::CastReceiverImpl(
|
| const AudioReceiverConfig& audio_config,
|
| const VideoReceiverConfig& video_config,
|
| transport::PacketSender* const packet_sender)
|
| - : pacer_(cast_environment->Clock(), NULL, packet_sender,
|
| + : pacer_(cast_environment->Clock(),
|
| + packet_sender,
|
| cast_environment->GetMessageTaskRunnerForThread(
|
| - CastEnvironment::TRANSPORT),
|
| - base::Bind(&DoNothingCastTransportStatus)),
|
| + CastEnvironment::TRANSPORT)),
|
| audio_receiver_(cast_environment, audio_config, &pacer_),
|
| video_receiver_(cast_environment, video_config, &pacer_),
|
| frame_receiver_(new LocalFrameReceiver(cast_environment,
|
|
|