| 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 f7e7e5625a2984500bbb8a8231935181c3f42dc5..63d7db9fa88128ef06e62bc99413d4958bd61de5 100644
|
| --- a/webrtc/modules/congestion_controller/congestion_controller.cc
|
| +++ b/webrtc/modules/congestion_controller/congestion_controller.cc
|
| @@ -347,6 +347,7 @@ void CongestionController::MaybeTriggerOnNetworkChanged() {
|
|
|
| if (HasNetworkParametersToReportChanged(bitrate_bps, fraction_loss, rtt)) {
|
| observer_->OnNetworkChanged(bitrate_bps, fraction_loss, rtt);
|
| + remote_estimator_proxy_.OnBitrateChanged(bitrate_bps);
|
| }
|
| }
|
|
|
|
|