Index: media/cast/rtcp/rtcp.h |
diff --git a/media/cast/rtcp/rtcp.h b/media/cast/rtcp/rtcp.h |
index 9389ac8c5f572a041b7450cd4165874dc3065a81..efcbdf4c590a0e9516d6dd4ed2c47a720f3947e6 100644 |
--- a/media/cast/rtcp/rtcp.h |
+++ b/media/cast/rtcp/rtcp.h |
@@ -78,7 +78,12 @@ class Rtcp { |
static uint32 GetSsrcOfSender(const uint8* rtcp_buffer, size_t length); |
base::TimeTicks TimeToSendNextRtcpReport(); |
- void SendRtcpFromRtpSender(transport::RtcpSenderInfo sender_info); |
+ |
+ // Send a RTCP sender report. |
+ // |current_time| is the current time reported by a tick clock. |
+ // |current_time_as_rtp_timestamp| is the corresponding RTP timestamp. |
+ void SendRtcpFromRtpSender(base::TimeTicks current_time, |
+ uint32 current_time_as_rtp_timestamp); |
// |cast_message| and |rtcp_events| is optional; if |cast_message| is |
// provided the RTCP receiver report will append a Cast message containing |