| 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);
|
| }
|
|
|
|
|