| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index 3e896431b033f21b0ee1f7fbf0dfb9550543ef42..6a190065c0651e02547e952daf6dcc15fd1a4cbf 100644
|
| --- a/cc/single_thread_proxy.h
|
| +++ b/cc/single_thread_proxy.h
|
| @@ -73,6 +73,8 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
| virtual void SendManagedMemoryStats() OVERRIDE;
|
| virtual bool IsInsideDraw() OVERRIDE;
|
| virtual void RenewTreePriority() OVERRIDE {}
|
| + virtual void RequestScrollbarAnimationOnImplThread(base::TimeDelta delay)
|
| + OVERRIDE {}
|
|
|
| // Called by the legacy path where RenderWidget does the scheduling.
|
| void CompositeImmediately(base::TimeTicks frame_begin_time);
|
|
|