| Index: Source/platform/animation/CSSAnimationData.h
|
| diff --git a/Source/core/platform/animation/CSSAnimationData.h b/Source/platform/animation/CSSAnimationData.h
|
| similarity index 97%
|
| rename from Source/core/platform/animation/CSSAnimationData.h
|
| rename to Source/platform/animation/CSSAnimationData.h
|
| index 6744748f4a3ba76d2d3fba898179fc5f5de6fa52..ca7c1f38ff7eaff4da46b20ae1abe6e5f2df63c6 100644
|
| --- a/Source/core/platform/animation/CSSAnimationData.h
|
| +++ b/Source/platform/animation/CSSAnimationData.h
|
| @@ -26,15 +26,16 @@
|
| #define CSSAnimationData_h
|
|
|
| #include "CSSPropertyNames.h"
|
| -#include "core/platform/animation/TimingFunction.h"
|
| -#include "core/rendering/style/RenderStyleConstants.h"
|
| +#include "platform/PlatformExport.h"
|
| +#include "platform/RenderStyleConstants.h"
|
| +#include "platform/animation/TimingFunction.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
| -class CSSAnimationData : public RefCounted<CSSAnimationData> {
|
| +class PLATFORM_EXPORT CSSAnimationData : public RefCounted<CSSAnimationData> {
|
| public:
|
| ~CSSAnimationData();
|
|
|
|
|