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

Unified Diff: ui/compositor/layer_animator.cc

Issue 2322693003: CC Animation: Rename has_any_animation and make implementattion out-of-line (Closed)
Patch Set: 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
« no previous file with comments | « cc/animation/element_animations_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer_animator.cc
diff --git a/ui/compositor/layer_animator.cc b/ui/compositor/layer_animator.cc
index 2a47bd9ace30403e58be4667cf269eda134b1edd..dabc4122e4681e5f4053943229e691728aef5bd0 100644
--- a/ui/compositor/layer_animator.cc
+++ b/ui/compositor/layer_animator.cc
@@ -219,7 +219,7 @@ void LayerAnimator::RemoveThreadedAnimation(int animation_id) {
}
bool LayerAnimator::HasPendingThreadedAnimationsForTesting() const {
- return animation_player_->has_pending_animations_for_testing();
+ return animation_player_->has_any_animation();
}
cc::AnimationPlayer* LayerAnimator::GetAnimationPlayerForTesting() const {
« no previous file with comments | « cc/animation/element_animations_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698