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..a714cde8d326661f62a7de8ab47e145d5dec05c1 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 start_bitrate_bps); |
// Implements CallStatsObserver. |
void OnRttUpdate(int64_t avg_rtt_ms, int64_t max_rtt_ms) override; |