| Index: Source/core/page/animation/CSSPropertyAnimation.cpp
|
| diff --git a/Source/core/page/animation/CSSPropertyAnimation.cpp b/Source/core/page/animation/CSSPropertyAnimation.cpp
|
| index a29a86ee1a2592cbeb56e37f8cb45628ff1c860c..969e7f9e920e233dc801028d1dca6f49b314ce0f 100644
|
| --- a/Source/core/page/animation/CSSPropertyAnimation.cpp
|
| +++ b/Source/core/page/animation/CSSPropertyAnimation.cpp
|
| @@ -30,6 +30,7 @@
|
| #include "config.h"
|
| #include "CSSPropertyAnimation.h"
|
|
|
| +#include <algorithm>
|
| #include "AnimationBase.h"
|
| #include "CSSCrossfadeValue.h"
|
| #include "CSSImageGeneratorValue.h"
|
| @@ -39,16 +40,15 @@
|
| #include "CachedImage.h"
|
| #include "ClipPathOperation.h"
|
| #include "FloatConversion.h"
|
| -#include "IdentityTransformOperation.h"
|
| -#include "Matrix3DTransformOperation.h"
|
| -#include "MatrixTransformOperation.h"
|
| #include "RenderBox.h"
|
| #include "RenderStyle.h"
|
| #include "StyleCachedImage.h"
|
| #include "StyleGeneratedImage.h"
|
| #include "StylePropertyShorthand.h"
|
| #include "StyleResolver.h"
|
| -#include <algorithm>
|
| +#include "core/platform/graphics/transforms/IdentityTransformOperation.h"
|
| +#include "core/platform/graphics/transforms/Matrix3DTransformOperation.h"
|
| +#include "core/platform/graphics/transforms/MatrixTransformOperation.h"
|
| #include <wtf/Noncopyable.h>
|
| #include <wtf/RefCounted.h>
|
|
|
|
|