Index: media/cast/cast_receiver_impl.h |
diff --git a/media/cast/cast_receiver_impl.h b/media/cast/cast_receiver_impl.h |
index 512b3bd628fab33d323c02d57ef045479946e34a..6048fe833b31f450f8ac9ffa2cd53d2b9f9ba2e5 100644 |
--- a/media/cast/cast_receiver_impl.h |
+++ b/media/cast/cast_receiver_impl.h |
@@ -16,7 +16,6 @@ |
namespace media { |
namespace cast { |
- |
// This calls is a pure owner class that group all required receive objects |
// together such as pacer, packet receiver, frame receiver, audio and video |
// receivers. |
@@ -44,6 +43,7 @@ class CastReceiverImpl : public CastReceiver { |
VideoReceiver video_receiver_; |
scoped_refptr<FrameReceiver> frame_receiver_; |
scoped_refptr<CastEnvironment> cast_environment_; |
+ SetTargetDelayCallback target_delay_cb_; |
pwestin(chromium)
2014/03/11 22:07:55
remove this
mikhal1
2014/03/12 18:01:59
Done.
|
const uint32 ssrc_of_audio_sender_; |
const uint32 ssrc_of_video_sender_; |