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

Unified Diff: cc/trees/mutator_host.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
Index: cc/trees/mutator_host.h
diff --git a/cc/trees/mutator_host.h b/cc/trees/mutator_host.h
index bd3ed1d88a4e8f6ba781e14b1c832f0b0e66f6d3..8db5f6014ce75d34811887c6ca0e6355d1637f81 100644
--- a/cc/trees/mutator_host.h
+++ b/cc/trees/mutator_host.h
@@ -49,10 +49,10 @@ class MutatorHost {
virtual void PushPropertiesTo(MutatorHost* host_impl) = 0;
virtual void SetSupportsScrollAnimations(bool supports_scroll_animations) = 0;
- virtual bool NeedsAnimateLayers() const = 0;
+ virtual bool NeedsTickAnimations() const = 0;
virtual bool ActivateAnimations() = 0;
- virtual bool AnimateLayers(base::TimeTicks monotonic_time) = 0;
+ virtual bool TickAnimations(base::TimeTicks monotonic_time) = 0;
virtual bool UpdateAnimationState(bool start_ready_animations,
MutatorEvents* events) = 0;
@@ -110,7 +110,7 @@ class MutatorHost {
float* start_scale) const = 0;
virtual bool HasAnyAnimation(ElementId element_id) const = 0;
- virtual bool HasActiveAnimationForTesting(ElementId element_id) const = 0;
+ virtual bool HasTickingAnimationForTesting(ElementId element_id) const = 0;
virtual void ImplOnlyScrollAnimationCreate(
ElementId element_id,
« no previous file with comments | « cc/trees/layer_tree_host_unittest_animation.cc ('k') | third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698