| Index: sky/engine/core/animation/AnimationStackTest.cpp
|
| diff --git a/sky/engine/core/animation/AnimationStackTest.cpp b/sky/engine/core/animation/AnimationStackTest.cpp
|
| index 82aa18c786b3403e327e8a72bfc2d529959ad52b..4caceb90d980f3aaec4fba5271045e41843c987d 100644
|
| --- a/sky/engine/core/animation/AnimationStackTest.cpp
|
| +++ b/sky/engine/core/animation/AnimationStackTest.cpp
|
| @@ -122,7 +122,7 @@ TEST_F(AnimationAnimationStackTest, ForwardsFillDiscarding)
|
| play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(1))).get(), 2);
|
| play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(2))).get(), 6);
|
| play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(3))).get(), 4);
|
| - document->compositorPendingAnimations().update();
|
| + document->pendingAnimations().update();
|
| HashMap<CSSPropertyID, RefPtr<Interpolation> > interpolations;
|
|
|
| updateTimeline(11);
|
|
|