| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 98512468c3235cfd7ba57fd6fab45e44aebdeb14..cd89d38b8a00db9d4ca3e2d697740794ef5a13a2 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -1364,8 +1364,7 @@ void ThreadProxy::RequestScrollbarAnimationOnImplThread(base::TimeDelta delay) {
|
| }
|
|
|
| void ThreadProxy::StartScrollbarAnimationOnImplThread() {
|
| - layer_tree_host_impl_->StartScrollbarAnimation(
|
| - layer_tree_host_impl_->CurrentFrameTimeTicks());
|
| + layer_tree_host_impl_->StartScrollbarAnimation();
|
| }
|
|
|
| void ThreadProxy::DidActivatePendingTree() {
|
|
|