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

Unified Diff: cc/test/fake_layer_tree_host_impl_client.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/fake_layer_tree_host_impl_client.h ('k') | cc/test/proxy_main_for_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host_impl_client.cc
diff --git a/cc/test/fake_layer_tree_host_impl_client.cc b/cc/test/fake_layer_tree_host_impl_client.cc
index e8e382d68f8cf6a775fa31e3892d192d66a6c1de..29a4d83ba263d771d079d338d5cae3d04aae0ec0 100644
--- a/cc/test/fake_layer_tree_host_impl_client.cc
+++ b/cc/test/fake_layer_tree_host_impl_client.cc
@@ -2,6 +2,7 @@
// 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_layer_tree_host_impl_client.h"
namespace cc {
@@ -10,4 +11,7 @@ bool FakeLayerTreeHostImplClient::IsInsideDraw() {
return false;
}
+void FakeLayerTreeHostImplClient::PostAnimationEventsToMainThreadOnImplThread(
+ scoped_ptr<AnimationEvents> events) {}
+
} // namespace cc
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.h ('k') | cc/test/proxy_main_for_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698