| Index: cc/single_thread_proxy.h
|
| diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h
|
| index 4180b02672a8e89681b6a640226dedeee39abc79..5367e797d874087bc3f57b387bad2f564c94ba66 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(double delay) OVERRIDE { }
|
|
|
| // Called by the legacy path where RenderWidget does the scheduling.
|
| void CompositeImmediately();
|
|
|