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 22795c8b1daae103c128781c72db552700395670..cf2525baafb6859600ffffb3e591d048b83a962f 100644 |
--- a/cc/test/fake_layer_tree_host_impl_client.h |
+++ b/cc/test/fake_layer_tree_host_impl_client.h |
@@ -31,7 +31,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient { |
void SetNeedsPrepareTilesOnImplThread() override {} |
void SetVideoNeedsBeginFrames(bool needs_begin_frames) override {} |
void PostAnimationEventsToMainThreadOnImplThread( |
- scoped_ptr<AnimationEventsVector> events) override {} |
+ scoped_ptr<AnimationEvents> events) override; |
bool IsInsideDraw() override; |
void RenewTreePriority() override {} |
void PostDelayedAnimationTaskOnImplThread(const base::Closure& task, |