| Index: Source/core/page/animation/CSSPropertyAnimation.cpp
|
| diff --git a/Source/core/page/animation/CSSPropertyAnimation.cpp b/Source/core/page/animation/CSSPropertyAnimation.cpp
|
| index 4f5ab988a32a5a21eeeca6519727f8ee6dafd321..c14eddcfbef271b8a572cbbaafb5ac5bfd0d1343 100644
|
| --- a/Source/core/page/animation/CSSPropertyAnimation.cpp
|
| +++ b/Source/core/page/animation/CSSPropertyAnimation.cpp
|
| @@ -39,12 +39,12 @@
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "core/fetch/ImageResource.h"
|
| #include "core/page/animation/AnimationBase.h"
|
| -#include "core/platform/FloatConversion.h"
|
| #include "core/rendering/ClipPathOperation.h"
|
| #include "core/rendering/RenderBox.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
| #include "core/rendering/style/StyleFetchedImage.h"
|
| #include "core/rendering/style/StyleGeneratedImage.h"
|
| +#include "platform/FloatConversion.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| namespace WebCore {
|
|
|