| Index: webrtc/video/rtp_stream_receiver.h
|
| diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h
|
| index d83d1bcd366c31f5284ad30ab76b222e74a69204..98a81292e9eae8063ea51e034e04f734886132c0 100644
|
| --- a/webrtc/video/rtp_stream_receiver.h
|
| +++ b/webrtc/video/rtp_stream_receiver.h
|
| @@ -62,7 +62,8 @@ class RtpStreamReceiver : public RtpData, public RtpFeedback,
|
| VieRemb* remb,
|
| const VideoReceiveStream::Config* config,
|
| ReceiveStatisticsProxy* receive_stats_proxy,
|
| - ProcessThread* process_thread);
|
| + ProcessThread* process_thread,
|
| + RateLimiter* retransmission_rate_limiter);
|
| ~RtpStreamReceiver();
|
|
|
| bool SetReceiveCodec(const VideoCodec& video_codec);
|
|
|