Index: cc/trees/layer_tree_host_impl_unittest.cc |
diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc |
index 65bc38ec42a065ea6f686fbbdd79b1015fa0574c..d78d8cf2e39251fe48180a8001736e5c97af3d52 100644 |
--- a/cc/trees/layer_tree_host_impl_unittest.cc |
+++ b/cc/trees/layer_tree_host_impl_unittest.cc |
@@ -16,6 +16,7 @@ |
#include "base/containers/scoped_ptr_hash_map.h" |
#include "base/location.h" |
#include "base/thread_task_runner_handle.h" |
+#include "cc/animation/animation_events.h" |
#include "cc/animation/animation_host.h" |
#include "cc/animation/animation_id_provider.h" |
#include "cc/animation/scrollbar_animation_controller_thinning.h" |
@@ -151,7 +152,7 @@ class LayerTreeHostImplTest : public testing::Test, |
void SetNeedsCommitOnImplThread() override { did_request_commit_ = true; } |
void SetVideoNeedsBeginFrames(bool needs_begin_frames) override {} |
void PostAnimationEventsToMainThreadOnImplThread( |
- scoped_ptr<AnimationEventsVector> events) override {} |
+ scoped_ptr<AnimationEvents> events) override {} |
bool IsInsideDraw() override { return false; } |
void RenewTreePriority() override {} |
void PostDelayedAnimationTaskOnImplThread(const base::Closure& task, |