| Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| index 7c72e5917c8ab2feb8acdac1c119cd3e25b8b5c6..342219c5d7869b8425bdcab4c147553ef6cadaff 100644
|
| --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
|
| @@ -79,6 +79,7 @@ class RtpRtcp : public Module {
|
| SendSideDelayObserver* send_side_delay_observer;
|
| RtcEventLog* event_log;
|
| SendPacketObserver* send_packet_observer;
|
| + NackRateLimiter* nack_rate_limiter;
|
| RTC_DISALLOW_COPY_AND_ASSIGN(Configuration);
|
| };
|
|
|
|
|