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

Unified Diff: ui/compositor/layer_animator_unittest.cc

Issue 427103002: compositor: Add rAF-like functionality for the UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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 | « ui/compositor/layer_animator_collection.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_unittest.cc
diff --git a/ui/compositor/layer_animator_unittest.cc b/ui/compositor/layer_animator_unittest.cc
index c72eab998b92531c7bdb6dc7a93889b8b24c6ac7..c12647f4da3c8f6c41154d6d4436df21ee30db98 100644
--- a/ui/compositor/layer_animator_unittest.cc
+++ b/ui/compositor/layer_animator_unittest.cc
@@ -2524,7 +2524,7 @@ TEST(LayerAnimatorTest, LayerAnimatorCollectionTickTime) {
LayerAnimatorCollection* collection = delegate.GetLayerAnimatorCollection();
base::TimeTicks null;
- collection->Progress(null);
+ collection->OnAnimationStep(null);
EXPECT_TRUE(collection->last_tick_time().is_null());
// Adding an animator to the collection should update the last tick time.
« no previous file with comments | « ui/compositor/layer_animator_collection.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698