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

Unified Diff: cc/layers/layer.h

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/blink/web_layer_impl.cc ('k') | cc/layers/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 97b698fbcd04d632db7c78e48733b33bfb47d0b8..08c72afa64c13595d79060f2cf75e86842ff3b2a 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -440,7 +440,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
void SetMutableProperties(uint32_t properties);
uint32_t mutable_properties() const { return inputs_.mutable_properties; }
- bool HasActiveAnimationForTesting() const;
+ bool HasTickingAnimationForTesting() const;
void SetHasWillChangeTransformHint(bool has_will_change);
bool has_will_change_transform_hint() const {
« no previous file with comments | « cc/blink/web_layer_impl.cc ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698