Trust that calls to RemoteEstimatorProxy::Process are done at the right frequency.

BUG=None

Review-Url: https://codereview.webrtc.org/2365293002
Cr-Commit-Position: refs/heads/master@{#14386}
This commit is contained in:
stefan 2016-09-26 11:56:00 -07:00 committed by Commit bot
parent 25337bb5ab
commit 89175a606e

View File

@ -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;