| 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 c4713108201e79b347401af5c3290fef7f076c05..5ae60f7d21255480eb95fe2ebb65c64087f60434 100644
|
| --- a/webrtc/modules/congestion_controller/delay_based_bwe.h
|
| +++ b/webrtc/modules/congestion_controller/delay_based_bwe.h
|
| @@ -17,6 +17,7 @@
|
|
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/constructormagic.h"
|
| +#include "webrtc/base/rate_statistics.h"
|
| #include "webrtc/base/thread_checker.h"
|
| #include "webrtc/modules/congestion_controller/median_slope_estimator.h"
|
| #include "webrtc/modules/congestion_controller/probe_bitrate_estimator.h"
|
| @@ -76,6 +77,8 @@
|
| int64_t prev_time_ms_;
|
| float bitrate_estimate_;
|
| float bitrate_estimate_var_;
|
| + RateStatistics old_estimator_;
|
| + const bool in_experiment_;
|
| };
|
|
|
| Result IncomingPacketFeedback(const PacketFeedback& packet_feedback);
|
|
|