| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 1097805855691baae4dfb1fb7d4ca2c58ae473dc..4efb4015c9e4045d2ed5fd1cd172e173249a1b8b 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -1362,10 +1362,10 @@ void ThreadProxy::RenewTreePriority() {
|
| }
|
| }
|
|
|
| -void ThreadProxy::PostDelayedScrollbarFadeOnImplThread(
|
| - const base::Closure& start_fade,
|
| +void ThreadProxy::PostDelayedAnimationTaskOnImplThread(
|
| + const base::Closure& task,
|
| base::TimeDelta delay) {
|
| - Proxy::ImplThreadTaskRunner()->PostDelayedTask(FROM_HERE, start_fade, delay);
|
| + Proxy::ImplThreadTaskRunner()->PostDelayedTask(FROM_HERE, task, delay);
|
| }
|
|
|
| void ThreadProxy::DidActivateSyncTree() {
|
|
|