| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 8b4c3025ae95fb650a001b19f189942a9a1fb8a9..c2dd348eb0add18b163d8c24ac283b278da6997d 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -205,7 +205,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| int priority_cutoff) override;
|
| bool IsInsideDraw() override;
|
| void RenewTreePriority() override;
|
| - void PostDelayedScrollbarFadeOnImplThread(const base::Closure& start_fade,
|
| + void PostDelayedAnimationTaskOnImplThread(const base::Closure& task,
|
| base::TimeDelta delay) override;
|
| void DidActivateSyncTree() override;
|
| void DidPrepareTiles() override;
|
|
|