| Index: webrtc/modules/remote_bitrate_estimator/overuse_estimator.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/overuse_estimator.h b/webrtc/modules/remote_bitrate_estimator/overuse_estimator.h
|
| index d671f39166f29200eed05429bb1276f6c2bd6776..0f32edefbbe6a9701935b0f4aefb04739a563663 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/overuse_estimator.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/overuse_estimator.h
|
| @@ -28,7 +28,7 @@ class OveruseEstimator {
|
| // |current_hypothesis| should be the hypothesis of the over-use detector at
|
| // this time.
|
| void Update(int64_t t_delta, double ts_delta, int size_delta,
|
| - BandwidthUsage current_hypothesis);
|
| + BandwidthUsage current_hypothesis, int64_t now_ms);
|
|
|
| // Returns the estimated noise/jitter variance in ms^2.
|
| double var_noise() const {
|
|
|