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