| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 08b55feb26ea7e15182c3933bf6aabf578812d8e..ece908bf4ba38732af71aadd89a4a258fbff5540 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -533,8 +533,7 @@ bool SingleThreadProxy::DoComposite(
|
| }
|
|
|
| layer_tree_host_impl_->Animate(
|
| - layer_tree_host_impl_->CurrentFrameTimeTicks(),
|
| - layer_tree_host_impl_->CurrentFrameTime());
|
| + layer_tree_host_impl_->CurrentFrameTimeTicks());
|
| UpdateBackgroundAnimateTicking();
|
|
|
| if (!layer_tree_host_impl_->IsContextLost()) {
|
|
|