| Index: Source/core/css/CSSToStyleMap.cpp
|
| diff --git a/Source/core/css/CSSToStyleMap.cpp b/Source/core/css/CSSToStyleMap.cpp
|
| index 721fd8e901b5ebbf1cf6cd749fa8f53f1cfba49b..b5b38ac83bf2c4bf678ef212985de5e51cccdc7e 100644
|
| --- a/Source/core/css/CSSToStyleMap.cpp
|
| +++ b/Source/core/css/CSSToStyleMap.cpp
|
| @@ -28,7 +28,6 @@
|
| #include "config.h"
|
| #include "CSSToStyleMap.h"
|
|
|
| -#include "Animation.h"
|
| #include "CSSBorderImageSliceValue.h"
|
| #include "CSSPrimitiveValue.h"
|
| #include "CSSPrimitiveValueMappings.h"
|
| @@ -38,6 +37,7 @@
|
| #include "Pair.h"
|
| #include "Rect.h"
|
| #include "StyleResolver.h"
|
| +#include "core/platform/animation/Animation.h"
|
|
|
| namespace WebCore {
|
|
|
|
|