| Index: webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| index 11a389ef53324591932d7834edeaf057800e3196..dd3aec4c9fa75eab0b1b6738825065a95c44dfff 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| @@ -158,14 +158,11 @@ class RTCPSender {
|
| const FeedbackState& feedback_state)
|
| EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
|
|
|
| - int32_t AddReportBlock(const RTCPReportBlock& report_block)
|
| + bool AddReportBlock(const FeedbackState& feedback_state,
|
| + uint32_t ssrc,
|
| + StreamStatistician* statistician)
|
| EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
|
|
|
| - bool PrepareReportBlock(const FeedbackState& feedback_state,
|
| - uint32_t ssrc,
|
| - StreamStatistician* statistician,
|
| - RTCPReportBlock* report_block);
|
| -
|
| rtc::scoped_ptr<rtcp::RtcpPacket> BuildSR(const RtcpContext& context)
|
| EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
|
| rtc::scoped_ptr<rtcp::RtcpPacket> BuildRR(const RtcpContext& context)
|
|
|