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 |