| 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..e0aff40a1f39a016d27313311f3e1c6dcee7dd62 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -56,7 +56,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
| virtual void BeginFrameOnImplThread(const BeginFrameArgs& args)
|
| OVERRIDE {}
|
| virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE;
|
| - virtual void OnHasPendingTreeStateChanged(bool have_pending_tree) OVERRIDE;
|
| + virtual void NotifyReadyToActivate() OVERRIDE;
|
| virtual void SetNeedsRedrawOnImplThread() OVERRIDE;
|
| virtual void SetNeedsRedrawRectOnImplThread(gfx::Rect dirty_rect) OVERRIDE;
|
| virtual void DidInitializeVisibleTileOnImplThread() OVERRIDE;
|
|
|