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

Unified Diff: sky/engine/core/animation/AnimationPlayerTest.cpp

Issue 772673002: Fix Animations, Remove Compostior Animations. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: CompositorPendingAnimations -> PendingAnimations Created 6 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 | « sky/engine/core/animation/AnimationPlayer.cpp ('k') | sky/engine/core/animation/AnimationStack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/AnimationPlayerTest.cpp
diff --git a/sky/engine/core/animation/AnimationPlayerTest.cpp b/sky/engine/core/animation/AnimationPlayerTest.cpp
index 37c7a165e0bf7e09cdf53ee72110b4d0d50a4b37..c458135388b50d1c54b84e4e4cf13256f7a8f842 100644
--- a/sky/engine/core/animation/AnimationPlayerTest.cpp
+++ b/sky/engine/core/animation/AnimationPlayerTest.cpp
@@ -78,7 +78,7 @@ protected:
bool simulateFrame(double time)
{
document->animationClock().updateTime(time);
- document->compositorPendingAnimations().update(false);
+ document->pendingAnimations().update(false);
// The timeline does not know about our player, so we have to explicitly call update().
return player->update(TimingUpdateForAnimationFrame);
}
« no previous file with comments | « sky/engine/core/animation/AnimationPlayer.cpp ('k') | sky/engine/core/animation/AnimationStack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698