Index: cc/test/proxy_main_for_test.cc |
diff --git a/cc/test/proxy_main_for_test.cc b/cc/test/proxy_main_for_test.cc |
index dcac9a084c4d5e06a3f229fcc26be47f9cb84152..f0130d68bbb58992a60aaa2453a1a3f7e2484cb8 100644 |
--- a/cc/test/proxy_main_for_test.cc |
+++ b/cc/test/proxy_main_for_test.cc |
@@ -4,6 +4,7 @@ |
#include "cc/test/proxy_main_for_test.h" |
+#include "cc/animation/animation_events.h" |
#include "cc/test/threaded_channel_for_test.h" |
namespace cc { |
@@ -52,8 +53,7 @@ void ProxyMainForTest::DidCommitAndDrawFrame() { |
ProxyMain::DidCommitAndDrawFrame(); |
} |
-void ProxyMainForTest::SetAnimationEvents( |
- scoped_ptr<AnimationEventsVector> events) { |
+void ProxyMainForTest::SetAnimationEvents(scoped_ptr<AnimationEvents> events) { |
test_hooks_->ReceivedSetAnimationEvents(); |
ProxyMain::SetAnimationEvents(std::move(events)); |
} |