| Index: webrtc/video/rtp_stream_receiver.h
|
| diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h
|
| index efe71816c26c77a838e44ef495299fb40fdd3674..2af15b0ffc1e1561b8c1b271bc97f0d055895570 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);
|
|
|