| Index: webrtc/modules/congestion_controller/congestion_controller.cc
|
| diff --git a/webrtc/modules/congestion_controller/congestion_controller.cc b/webrtc/modules/congestion_controller/congestion_controller.cc
|
| index a585e339cb9520d9d88cc73db0853572f98f41fb..c21b852759eeb7596eab1d258d3d1168745d3386 100644
|
| --- a/webrtc/modules/congestion_controller/congestion_controller.cc
|
| +++ b/webrtc/modules/congestion_controller/congestion_controller.cc
|
| @@ -288,6 +288,7 @@ void CongestionController::OnSentPacket(const rtc::SentPacket& sent_packet) {
|
| void CongestionController::OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) {
|
| remote_bitrate_estimator_->OnRttUpdate(avg_rtt_ms, max_rtt_ms);
|
| transport_feedback_adapter_.OnRttUpdate(avg_rtt_ms, max_rtt_ms);
|
| + pacer_->OnRttUpdate(max_rtt_ms);
|
| }
|
|
|
| int64_t CongestionController::TimeUntilNextProcess() {
|
|
|