| Index: Source/core/animation/AnimationStack.cpp
|
| diff --git a/Source/core/animation/AnimationStack.cpp b/Source/core/animation/AnimationStack.cpp
|
| index 8dce20d07f0b842c1b5653f9a37c2a72af3642d2..3e0aacd06f233cb7a8fbcaac2ba75e9376ddd535 100644
|
| --- a/Source/core/animation/AnimationStack.cpp
|
| +++ b/Source/core/animation/AnimationStack.cpp
|
| @@ -105,10 +105,6 @@ WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > AnimationSt
|
| const SampledEffect& effect = *effects[i];
|
| if (effect.priority() != priority || (cancelledAnimationPlayers && effect.animation() && cancelledAnimationPlayers->contains(effect.animation()->player())))
|
| continue;
|
| - if (newAnimations && effect.sortInfo().startTime() > timelineCurrentTime) {
|
| - copyNewAnimationsToActiveInterpolationMap(*newAnimations, result);
|
| - newAnimations = 0;
|
| - }
|
| copyToActiveInterpolationMap(effect.interpolations(), result);
|
| }
|
| }
|
|
|