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:
parent
25337bb5ab
commit
89175a606e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user