| Index: webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h b/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
|
| index 3ac80752b43c26ce67688758d02db1f39b8353e5..f15863565a30f392dfe892de56e70a10c1fb3d7a 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
|
| @@ -41,7 +41,7 @@ class AimdRateControl {
|
| uint32_t UpdateBandwidthEstimate(int64_t now_ms);
|
| void SetRtt(int64_t rtt);
|
| void Update(const RateControlInput* input, int64_t now_ms);
|
| - void SetEstimate(int bitrate_bps, int64_t now_ms);
|
| + virtual void SetEstimate(int bitrate_bps, int64_t now_ms);
|
|
|
| private:
|
| // Update the target bitrate according based on, among other things,
|
|
|