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

Unified Diff: sky/engine/core/animation/AnimationTimelineTest.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/AnimationStackTest.cpp ('k') | sky/engine/core/animation/CompositorAnimations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/AnimationTimelineTest.cpp
diff --git a/sky/engine/core/animation/AnimationTimelineTest.cpp b/sky/engine/core/animation/AnimationTimelineTest.cpp
index cbd0a89d278b1f29a42f575dd3cbfdcb37602448..349dda53fd6ea0264a8e77f261c4ca5f760f309a 100644
--- a/sky/engine/core/animation/AnimationTimelineTest.cpp
+++ b/sky/engine/core/animation/AnimationTimelineTest.cpp
@@ -101,7 +101,7 @@ protected:
void updateClockAndService(double time)
{
document->animationClock().updateTime(time);
- document->compositorPendingAnimations().update(false);
+ document->pendingAnimations().update(false);
timeline->serviceAnimations(TimingUpdateForAnimationFrame);
}
« no previous file with comments | « sky/engine/core/animation/AnimationStackTest.cpp ('k') | sky/engine/core/animation/CompositorAnimations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698