Index: webrtc/modules/congestion_controller/include/send_side_congestion_controller.h |
diff --git a/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h b/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h |
index 7a8f362c312335ebc37c4880712075256101aaab..1f8a60097dfe8c2a898407a994e9565124880aa6 100644 |
--- a/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h |
+++ b/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h |
@@ -154,6 +154,7 @@ class SendSideCongestionController : public CallStatsObserver, |
rtc::CriticalSection bwe_lock_; |
int min_bitrate_bps_ GUARDED_BY(bwe_lock_); |
std::unique_ptr<DelayBasedBwe> delay_based_bwe_ GUARDED_BY(bwe_lock_); |
+ rtc::Optional<int64_t> last_alr_start_time_ms_; |
rtc::RaceChecker worker_race_; |