Chromium Code Reviews| Index: cc/single_thread_proxy.h |
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h |
| index 8e3e97f29ab06eb081fc39bd301121e7ec0bb3fc..b3a43ff35fe7eb5cc7c514581282bb7495800ed2 100644 |
| --- a/cc/single_thread_proxy.h |
| +++ b/cc/single_thread_proxy.h |
| @@ -73,6 +73,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient { |
| virtual void SendManagedMemoryStats() OVERRIDE; |
| virtual bool IsInsideDraw() OVERRIDE; |
| virtual void RenewTreePriority() OVERRIDE {} |
| + virtual void RequestScrollbarAnimationOnImplThread(base::TimeDelta delay) OVERRIDE { } |
|
jamesr
2013/03/18 01:09:55
80col
|
| // Called by the legacy path where RenderWidget does the scheduling. |
| void CompositeImmediately(base::TimeTicks frame_begin_time); |