| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| index 39a40f4470070886d9106edf9525849b729e7ad3..4ff2cf41c1012f6d30da49bbfeff86fb1aeb1b37 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -187,9 +187,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp {
|
| uint32_t ssrc,
|
| struct RtpPacketLossStats* loss_stats) const override;
|
|
|
| - // Get received RTCP report, sender info.
|
| - int32_t RemoteRTCPStat(RTCPSenderInfo* sender_info) override;
|
| -
|
| // Get received RTCP report, report block.
|
| int32_t RemoteRTCPStat(
|
| std::vector<RTCPReportBlock>* receive_blocks) const override;
|
|
|