| Index: cc/test/fake_layer_tree_host_impl_client.h
|
| diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h
|
| index 975992d995e1f29ace6a15037abd5ae9f56b5742..08fbd35ed3febf37b70b3a6e0be2e3110ea0a69c 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -23,6 +23,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| virtual void SetNeedsRedrawOnImplThread() OVERRIDE {}
|
| virtual void SetNeedsRedrawRectOnImplThread(
|
| const gfx::Rect& damage_rect) OVERRIDE {}
|
| + virtual void SetNeedsAnimateOnImplThread() OVERRIDE {}
|
| virtual void DidInitializeVisibleTileOnImplThread() OVERRIDE {}
|
| virtual void SetNeedsCommitOnImplThread() OVERRIDE {}
|
| virtual void SetNeedsManageTilesOnImplThread() OVERRIDE {}
|
|
|