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

Unified Diff: cc/test/animation_timelines_test_common.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/layers/layer.cc ('k') | cc/test/animation_timelines_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/animation_timelines_test_common.h
diff --git a/cc/test/animation_timelines_test_common.h b/cc/test/animation_timelines_test_common.h
index 5b34c604532a3c10e6b2801d7f435814bf6fd168..968a05cd775350918bce235fad354d21ba1b84c9 100644
--- a/cc/test/animation_timelines_test_common.h
+++ b/cc/test/animation_timelines_test_common.h
@@ -245,8 +245,8 @@ class AnimationTimelinesTest : public testing::Test {
void ReleaseRefPtrs();
- void AnimateLayersTransferEvents(base::TimeTicks time,
- unsigned expect_events);
+ void TickAnimationsTransferEvents(base::TimeTicks time,
+ unsigned expect_events);
AnimationPlayer* GetPlayerForElementId(ElementId element_id);
AnimationPlayer* GetImplPlayerForLayerId(ElementId element_id);
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/test/animation_timelines_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698