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..dd8efaadc1f4941fd0f8464a2803afe0cbd3f385 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/overuse_estimator.h |
+++ b/webrtc/modules/remote_bitrate_estimator/overuse_estimator.h |
@@ -27,8 +27,11 @@ class OveruseEstimator { |
// between timestamp groups as defined by the InterArrival class. |
// |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); |
+ void Update(int64_t t_delta, |
+ double ts_delta, |
+ int size_delta, |
+ BandwidthUsage current_hypothesis, |
+ int64_t now_ms); |
// Returns the estimated noise/jitter variance in ms^2. |
double var_noise() const { |