| Index: cc/trees/threaded_channel_unittest.cc
|
| diff --git a/cc/trees/threaded_channel_unittest.cc b/cc/trees/threaded_channel_unittest.cc
|
| index 359a7f9a394096de64c1a45354ac85d17e0f3ac9..79d1c65047df0b04b54e0840ac3925b71a977dab 100644
|
| --- a/cc/trees/threaded_channel_unittest.cc
|
| +++ b/cc/trees/threaded_channel_unittest.cc
|
| @@ -5,6 +5,7 @@
|
| #include "cc/trees/threaded_channel.h"
|
|
|
| #include "base/macros.h"
|
| +#include "cc/animation/animation_events.h"
|
| #include "cc/test/layer_tree_test.h"
|
| #include "cc/trees/single_thread_proxy.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -258,8 +259,7 @@ class ThreadedChannelTestSetAnimationEvents : public ThreadedChannelTest {
|
| void BeginChannelTest() override { PostOnImplThread(); }
|
|
|
| void StartTestOnImplThread() override {
|
| - scoped_ptr<AnimationEventsVector> events(
|
| - make_scoped_ptr(new AnimationEventsVector));
|
| + scoped_ptr<AnimationEvents> events(make_scoped_ptr(new AnimationEvents));
|
| GetProxyImplForTest()->PostAnimationEventsToMainThreadOnImplThread(
|
| std::move(events));
|
| }
|
|
|