| Index: media/cast/cast_sender_impl.h
|
| diff --git a/media/cast/cast_sender_impl.h b/media/cast/cast_sender_impl.h
|
| index c34fccf0b1eaadfc5e7a75ba822e0ff25b759d8f..c4680abf16281b7c9e9ca3199d6316f2984d7b75 100644
|
| --- a/media/cast/cast_sender_impl.h
|
| +++ b/media/cast/cast_sender_impl.h
|
| @@ -37,6 +37,9 @@ class CastSenderImpl : public CastSender {
|
| const CreateVideoEncodeMemoryCallback& create_video_encode_mem_cb)
|
| OVERRIDE;
|
|
|
| + virtual void SetTargetPlayoutDelay(
|
| + base::TimeDelta new_target_playout_delay) OVERRIDE;
|
| +
|
| virtual ~CastSenderImpl();
|
|
|
| virtual scoped_refptr<AudioFrameInput> audio_frame_input() OVERRIDE;
|
|
|