| Index: Source/core/page/animation/CSSPropertyAnimation.cpp
|
| diff --git a/Source/core/page/animation/CSSPropertyAnimation.cpp b/Source/core/page/animation/CSSPropertyAnimation.cpp
|
| index 3eb736b368a6694d658dec4a63b2d448767f98c5..2c61ca94b9d8469a771996927c900073619402c0 100644
|
| --- a/Source/core/page/animation/CSSPropertyAnimation.cpp
|
| +++ b/Source/core/page/animation/CSSPropertyAnimation.cpp
|
| @@ -28,10 +28,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "CSSPropertyAnimation.h"
|
| +#include "core/page/animation/CSSPropertyAnimation.h"
|
|
|
| #include <algorithm>
|
| -#include "AnimationBase.h"
|
| #include "CSSCrossfadeValue.h"
|
| #include "CSSImageGeneratorValue.h"
|
| #include "CSSImageValue.h"
|
| @@ -40,6 +39,7 @@
|
| #include "StylePropertyShorthand.h"
|
| #include "StyleResolver.h"
|
| #include "core/loader/cache/CachedImage.h"
|
| +#include "core/page/animation/AnimationBase.h"
|
| #include "core/platform/FloatConversion.h"
|
| #include "core/platform/graphics/transforms/IdentityTransformOperation.h"
|
| #include "core/platform/graphics/transforms/Matrix3DTransformOperation.h"
|
|
|