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

Unified Diff: cc/test/animation_timelines_test_common.h

Issue 2335043002: CC Animation: Move animations_ from ElementAnimations to AnimationPlayer. (Closed)
Patch Set: Clean it up harder. Rework UpdateClientAnimationState. Created 4 years, 3 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
Index: cc/test/animation_timelines_test_common.h
diff --git a/cc/test/animation_timelines_test_common.h b/cc/test/animation_timelines_test_common.h
index 21fdee801ca7e319e64c68196b78e4537e7faf6d..4345c770e23fdec5329fa19db27cdadeb29b7ba3 100644
--- a/cc/test/animation_timelines_test_common.h
+++ b/cc/test/animation_timelines_test_common.h
@@ -296,6 +296,8 @@ class AnimationTimelinesTest : public testing::Test {
bool CheckPlayerTimelineNeedsPushProperties(bool needs_push_properties) const;
+ void PushProperties();
+
TestHostClient client_;
TestHostClient client_impl_;

Powered by Google App Engine
This is Rietveld 408576698