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

Unified Diff: media/cast/rtcp/rtcp.h

Issue 102413014: Cast:Splitting rtcp sender (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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/net/rtcp/rtcp_builder_unittest.cc ('k') | media/cast/rtcp/rtcp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtcp/rtcp.h
diff --git a/media/cast/rtcp/rtcp.h b/media/cast/rtcp/rtcp.h
index aa083a5a4dd0687358119a276346c9e63dff55d1..1662acbda1863ddaa63e554e7fb1fa67424584de 100644
--- a/media/cast/rtcp/rtcp.h
+++ b/media/cast/rtcp/rtcp.h
@@ -25,6 +25,7 @@ namespace cast {
class LocalRtcpReceiverFeedback;
class LocalRtcpRttFeedback;
+class RtcpBuilder;
class PacedPacketSender;
class RtcpReceiver;
class RtcpSender;
@@ -149,6 +150,7 @@ class Rtcp {
scoped_ptr<LocalRtcpRttFeedback> rtt_feedback_;
scoped_ptr<LocalRtcpReceiverFeedback> receiver_feedback_;
scoped_ptr<RtcpSender> rtcp_sender_;
+ scoped_ptr<RtcpBuilder> rtcp_builder_;
scoped_ptr<RtcpReceiver> rtcp_receiver_;
base::TimeTicks next_time_to_send_rtcp_;
« no previous file with comments | « media/cast/net/rtcp/rtcp_builder_unittest.cc ('k') | media/cast/rtcp/rtcp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698