| 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 96eee96c0f6fe4bf29bbb2a53b29796271c638cf..9cd7e70263252182e40a19b0cfa406443e954f0c 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -162,8 +162,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
|
| int32_t SendCompoundRTCP(
|
| const std::set<RTCPPacketType>& rtcpPacketTypes) override;
|
|
|
| - int32_t ResetSendDataCountersRTP() override;
|
| -
|
| // Statistics of the amount of data sent and received.
|
| int32_t DataCountersRTP(size_t* bytes_sent,
|
| uint32_t* packets_sent) const override;
|
|
|