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

Unified Diff: cc/layers/layer.cc

Issue 2554773002: CC Animation: Rename Active Players to Ticking Players. (Closed)
Patch Set: Rename the argument. Created 4 years 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/layers/layer.h ('k') | cc/test/animation_timelines_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index 7362df6c5cc3fbacd5acb720e65ce686d0a7d7ee..f25894d2f9ae4bb2c9517fc83fc876ad832b55f8 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -1531,9 +1531,9 @@ void Layer::OnIsAnimatingChanged(const PropertyAnimationState& mask,
}
}
-bool Layer::HasActiveAnimationForTesting() const {
+bool Layer::HasTickingAnimationForTesting() const {
return layer_tree_host_
- ? GetMutatorHost()->HasActiveAnimationForTesting(element_id())
+ ? GetMutatorHost()->HasTickingAnimationForTesting(element_id())
: false;
}
« no previous file with comments | « cc/layers/layer.h ('k') | cc/test/animation_timelines_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698