| Index: cc/trees/layer_tree_host_in_process.cc
|
| diff --git a/cc/trees/layer_tree_host_in_process.cc b/cc/trees/layer_tree_host_in_process.cc
|
| index 8a9d969f3a6e84dd2ccfa29311a4a836ea8cfa63..c79ffeed680b60c0c504384005a2c52f22d1bd15 100644
|
| --- a/cc/trees/layer_tree_host_in_process.cc
|
| +++ b/cc/trees/layer_tree_host_in_process.cc
|
| @@ -789,7 +789,7 @@ void LayerTreeHostInProcess::AnimateLayers(base::TimeTicks monotonic_time) {
|
| MutatorHost* mutator_host = layer_tree_->mutator_host();
|
| std::unique_ptr<MutatorEvents> events = mutator_host->CreateEvents();
|
|
|
| - if (mutator_host->AnimateLayers(monotonic_time))
|
| + if (mutator_host->TickAnimations(monotonic_time))
|
| mutator_host->UpdateAnimationState(true, events.get());
|
|
|
| if (!events->IsEmpty())
|
|
|