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

Unified Diff: cc/test/animation_timelines_test_common.cc

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.cc
diff --git a/cc/test/animation_timelines_test_common.cc b/cc/test/animation_timelines_test_common.cc
index 1567e490408c7097fe2e2fe93ab32e7f20abf85b..7ff265bb188eb3bf4c00c144e56d330129cb71bf 100644
--- a/cc/test/animation_timelines_test_common.cc
+++ b/cc/test/animation_timelines_test_common.cc
@@ -547,4 +547,8 @@ bool AnimationTimelinesTest::CheckPlayerTimelineNeedsPushProperties(
return result;
}
+void AnimationTimelinesTest::PushProperties() {
+ host_->PushPropertiesTo(host_impl_);
+}
+
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698