Index: webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h |
diff --git a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h |
index f50ad5184a83f99bc83d7837550fdb37948a716d..ab31ea681ed341f4f04953a792d63baadc8ee62c 100644 |
--- a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h |
+++ b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h |
@@ -69,6 +69,7 @@ class SendSideBandwidthEstimation { |
uint32_t max_bitrate_configured_; |
int64_t last_low_bitrate_log_ms_; |
+ bool has_decreased_since_last_fraction_loss_; |
int64_t time_last_receiver_block_ms_; |
uint8_t last_fraction_loss_; |
int64_t last_round_trip_time_ms_; |