| 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 56f1c1a8661fbb6b524f6f73f6b1169103a8d9ff..ad54af70f7cb96498d6d2035f641fe454065bfc2 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
|
| @@ -40,8 +40,7 @@ class AimdRateControl : public RemoteRateControl {
|
| uint32_t LatestEstimate() const override;
|
| uint32_t UpdateBandwidthEstimate(int64_t now_ms) override;
|
| void SetRtt(int64_t rtt) override;
|
| - RateControlRegion Update(const RateControlInput* input,
|
| - int64_t now_ms) override;
|
| + void Update(const RateControlInput* input, int64_t now_ms) override;
|
| void SetEstimate(int bitrate_bps, int64_t now_ms) override;
|
|
|
| private:
|
|
|