| Index: Source/core/page/animation/CSSPropertyAnimation.cpp
|
| diff --git a/Source/core/page/animation/CSSPropertyAnimation.cpp b/Source/core/page/animation/CSSPropertyAnimation.cpp
|
| index 969e7f9e920e233dc801028d1dca6f49b314ce0f..588fadafb911798666094feef73a91c7e21cc414 100644
|
| --- a/Source/core/page/animation/CSSPropertyAnimation.cpp
|
| +++ b/Source/core/page/animation/CSSPropertyAnimation.cpp
|
| @@ -39,13 +39,13 @@
|
| #include "CSSPropertyNames.h"
|
| #include "CachedImage.h"
|
| #include "ClipPathOperation.h"
|
| -#include "FloatConversion.h"
|
| #include "RenderBox.h"
|
| #include "RenderStyle.h"
|
| #include "StyleCachedImage.h"
|
| #include "StyleGeneratedImage.h"
|
| #include "StylePropertyShorthand.h"
|
| #include "StyleResolver.h"
|
| +#include "core/platform/FloatConversion.h"
|
| #include "core/platform/graphics/transforms/IdentityTransformOperation.h"
|
| #include "core/platform/graphics/transforms/Matrix3DTransformOperation.h"
|
| #include "core/platform/graphics/transforms/MatrixTransformOperation.h"
|
|
|