| Index: Source/core/frame/animation/AnimationBase.cpp
|
| diff --git a/Source/core/frame/animation/AnimationBase.cpp b/Source/core/frame/animation/AnimationBase.cpp
|
| index 2377a11a886c91b52cc67558aa378f7739343f3f..01ea291deb16b794f2bb7b7dcb9d411fbab6668f 100644
|
| --- a/Source/core/frame/animation/AnimationBase.cpp
|
| +++ b/Source/core/frame/animation/AnimationBase.cpp
|
| @@ -31,9 +31,9 @@
|
|
|
| #include "core/frame/animation/AnimationControllerPrivate.h"
|
| #include "core/frame/animation/CompositeAnimation.h"
|
| -#include "core/platform/animation/TimingFunction.h"
|
| #include "core/rendering/RenderBox.h"
|
| #include "platform/animation/AnimationUtilities.h"
|
| +#include "platform/animation/TimingFunction.h"
|
| #include <algorithm>
|
|
|
| using namespace std;
|
|
|