| Index: webrtc/modules/congestion_controller/include/congestion_controller.h
|
| diff --git a/webrtc/modules/congestion_controller/include/congestion_controller.h b/webrtc/modules/congestion_controller/include/congestion_controller.h
|
| index 65bf5be3ec1de6e537df290b58d72eb5b4fe58ac..1ba5750f921479a041c528a8b3953d1407683206 100644
|
| --- a/webrtc/modules/congestion_controller/include/congestion_controller.h
|
| +++ b/webrtc/modules/congestion_controller/include/congestion_controller.h
|
| @@ -58,6 +58,7 @@ class CongestionController : public CallStatsObserver, public Module {
|
| int min_bitrate_kbps);
|
|
|
| virtual void OnSentPacket(const rtc::SentPacket& sent_packet);
|
| + virtual void ResetBweBitrates(int target_bitrate_bps);
|
|
|
| // Implements CallStatsObserver.
|
| void OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) override;
|
|
|