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 57350bfd9e49bfd5e195948609bd1d4f1edb04af..3944bf7d3514b16d2cb459c4658b3c50a8b43ab6 100644 |
--- a/cc/test/fake_layer_tree_host_impl_client.h |
+++ b/cc/test/fake_layer_tree_host_impl_client.h |
@@ -27,6 +27,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 {} |