| Index: media/cast/cast_receiver_impl.cc
|
| diff --git a/media/cast/cast_receiver_impl.cc b/media/cast/cast_receiver_impl.cc
|
| index 4561fea5ff7b39db6d3e5eeefc3fd998c77c3700..707d11b0e5f16dd3e868bf755fc2123b62214861 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->GetTaskRunner(CastEnvironment::TRANSPORT)),
|
| audio_receiver_(cast_environment, audio_config, &pacer_),
|
|
|