| Index: Source/core/page/animation/AnimationBase.cpp
|
| diff --git a/Source/core/page/animation/AnimationBase.cpp b/Source/core/page/animation/AnimationBase.cpp
|
| index 23cfd8568d7b1c66d7ce2ce0e46b0c0d93b810b9..3baf273e22f7c52995525bc89dde15284a9d2f85 100644
|
| --- a/Source/core/page/animation/AnimationBase.cpp
|
| +++ b/Source/core/page/animation/AnimationBase.cpp
|
| @@ -36,9 +36,9 @@
|
| #include "CompositeAnimation.h"
|
| #include "Document.h"
|
| #include "EventNames.h"
|
| -#include "FloatConversion.h"
|
| #include "RenderBox.h"
|
| #include "RenderStyle.h"
|
| +#include "core/platform/FloatConversion.h"
|
| #include "core/platform/graphics/UnitBezier.h"
|
| #include <wtf/CurrentTime.h>
|
|
|
|
|