| 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 123a66160ce05e98f27c9c27d3a6a744697f448a..d70c79de2dc3fe605e165609cba35a8bf95a2a18 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -24,6 +24,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 {}
|
|
|