| Index: webrtc/modules/congestion_controller/delay_based_bwe.h
|
| diff --git a/webrtc/modules/congestion_controller/delay_based_bwe.h b/webrtc/modules/congestion_controller/delay_based_bwe.h
|
| index 7e2c8bdc524a37d1dd8d240c3ea90a3c728f1473..8e146c59a498b6300f1b8d7201e5f9371ee8d332 100644
|
| --- a/webrtc/modules/congestion_controller/delay_based_bwe.h
|
| +++ b/webrtc/modules/congestion_controller/delay_based_bwe.h
|
| @@ -71,6 +71,7 @@ class DelayBasedBwe {
|
| bool uma_recorded_;
|
| AimdRateControl remote_rate_;
|
| ProbeBitrateEstimator probe_bitrate_estimator_;
|
| + int rtt_ms_;
|
|
|
| RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(DelayBasedBwe);
|
| };
|
|
|