| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 462bdd2d0d007626ba57d26afb4d42f4b407db0e..033771a8c76ef783060a0e98820cbc3c49881e18 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -65,6 +65,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
| virtual void SetNeedsRedrawOnImplThread() OVERRIDE;
|
| virtual void SetNeedsRedrawRectOnImplThread(
|
| const gfx::Rect& dirty_rect) OVERRIDE;
|
| + virtual void SetNeedsAnimateOnImplThread() OVERRIDE;
|
| virtual void SetNeedsManageTilesOnImplThread() OVERRIDE;
|
| virtual void DidInitializeVisibleTileOnImplThread() OVERRIDE;
|
| virtual void SetNeedsCommitOnImplThread() OVERRIDE;
|
|
|