| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index e26e031345617c1443c5aa57b2db2be4ab7a09f2..8f682befcf2f45afdcd19061efdcf9a268e96f3e 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -67,6 +67,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;
|
|
|