Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(743)

Unified Diff: cc/test/proxy_main_for_test.cc

Issue 1584743002: CC Animation: Replace AnimiationEventsVector with AnimiationEvents class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/proxy_main_for_test.h ('k') | cc/trees/channel_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
}
« no previous file with comments | « cc/test/proxy_main_for_test.h ('k') | cc/trees/channel_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698