Index: cc/test/fake_channel_impl.cc |
diff --git a/cc/test/fake_channel_impl.cc b/cc/test/fake_channel_impl.cc |
index 8b609d4aea36d76dd86f61f9f09d1f2b666568d0..7d14a703e7fa55a7787b6f372a9ffad93288550e 100644 |
--- a/cc/test/fake_channel_impl.cc |
+++ b/cc/test/fake_channel_impl.cc |
@@ -2,10 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "cc/animation/animation_events.h" |
#include "cc/test/fake_channel_impl.h" |
namespace cc { |
FakeChannelImpl::FakeChannelImpl() {} |
+void FakeChannelImpl::SetAnimationEvents(scoped_ptr<AnimationEvents> queue) {} |
+ |
} // namespace cc |