| Index: cc/thread_proxy.h
|
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
|
| index c57a4eeb16536c317b44206445c4e0462739fd86..94154750b6bb298ea7cc4ed6ebd4795c94cf59ee 100644
|
| --- a/cc/thread_proxy.h
|
| +++ b/cc/thread_proxy.h
|
| @@ -86,6 +86,8 @@ class ThreadProxy : public Proxy,
|
| virtual void SendManagedMemoryStats() OVERRIDE;
|
| virtual bool IsInsideDraw() OVERRIDE;
|
| virtual void RenewTreePriority() OVERRIDE;
|
| + virtual void RequestScrollbarAnimationOnImplThread(base::TimeDelta delay)
|
| + OVERRIDE;
|
|
|
| // SchedulerClient implementation
|
| virtual void ScheduledActionBeginFrame() OVERRIDE;
|
| @@ -186,6 +188,7 @@ class ThreadProxy : public Proxy,
|
| base::DictionaryValue* state) const;
|
| void RenewTreePriorityOnImplThread();
|
| void DidSwapUseIncompleteTileOnImplThread();
|
| + void StartScrollbarAnimationOnImplThread();
|
|
|
| // Accessed on main thread only.
|
|
|
|
|