| Index: Source/core/animation/AnimationStack.cpp
|
| diff --git a/Source/core/animation/AnimationStack.cpp b/Source/core/animation/AnimationStack.cpp
|
| index 8dce20d07f0b842c1b5653f9a37c2a72af3642d2..9d74cb711ee46d11bfd448601ff8eb1338d54e75 100644
|
| --- a/Source/core/animation/AnimationStack.cpp
|
| +++ b/Source/core/animation/AnimationStack.cpp
|
| @@ -32,8 +32,8 @@
|
| #include "core/animation/AnimationStack.h"
|
|
|
| #include "core/animation/CompositorAnimations.h"
|
| +#include "core/animation/StyleInterpolation.h"
|
| #include "core/animation/css/CSSAnimations.h"
|
| -#include "core/animation/interpolation/StyleInterpolation.h"
|
| #include "wtf/BitArray.h"
|
| #include "wtf/NonCopyingSort.h"
|
| #include <algorithm>
|
|
|