| Index: webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc
|
| index 20f3bbed6bad62531199c2e5e953c48fffe74c97..ec37c8805058a839e7fb0069f8834fafe123b813 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc
|
| @@ -78,8 +78,6 @@ int64_t RemoteEstimatorProxy::TimeUntilNextProcess() {
|
| }
|
|
|
| void RemoteEstimatorProxy::Process() {
|
| - if (TimeUntilNextProcess() > 0)
|
| - return;
|
| last_process_time_ms_ = clock_->TimeInMilliseconds();
|
|
|
| bool more_to_build = true;
|
|
|