Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1554)

Unified Diff: Source/platform/animation/CSSAnimationData.h

Issue 61753010: Move CSSAnimationData and CSSAnimationDataList to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/RenderStyleConstants.h ('k') | Source/platform/animation/CSSAnimationData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/platform/RenderStyleConstants.h ('k') | Source/platform/animation/CSSAnimationData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698