| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index f463db1fde54c7e99f9d7a8371ee771c0b549e36..2612a4de165fe60e5412066396957cc0e1534226 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -104,7 +104,7 @@ class CC_EXPORT SingleThreadProxy : 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;
|
|
|