| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 8e9438ccbefe925cb2214309c806dfb973588da5..612ccbd9f27a9cc45bb72e748f4bfebfecabe5f9 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -56,6 +56,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
| virtual void BeginFrameOnImplThread(const BeginFrameArgs& args)
|
| OVERRIDE {}
|
| virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE;
|
| + virtual void NotifyReadyToActivate() OVERRIDE;
|
| virtual void OnHasPendingTreeStateChanged(bool have_pending_tree) OVERRIDE;
|
| virtual void SetNeedsRedrawOnImplThread() OVERRIDE;
|
| virtual void SetNeedsRedrawRectOnImplThread(gfx::Rect dirty_rect) OVERRIDE;
|
|
|