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

Unified Diff: Source/platform/animation/CSSAnimationDataList.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/animation/CSSAnimationData.cpp ('k') | Source/platform/animation/CSSAnimationDataList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/animation/CSSAnimationDataList.h
diff --git a/Source/core/platform/animation/CSSAnimationDataList.h b/Source/platform/animation/CSSAnimationDataList.h
similarity index 94%
rename from Source/core/platform/animation/CSSAnimationDataList.h
rename to Source/platform/animation/CSSAnimationDataList.h
index 48d855674f04c7458f0c9893231a6ed45f0d282a..e4e277b1c49cc3c8a697b5c5327e759bdfcbb5e8 100644
--- a/Source/core/platform/animation/CSSAnimationDataList.h
+++ b/Source/platform/animation/CSSAnimationDataList.h
@@ -25,13 +25,14 @@
#ifndef CSSAnimationDataList_h
#define CSSAnimationDataList_h
-#include "core/platform/animation/CSSAnimationData.h"
+#include "platform/PlatformExport.h"
+#include "platform/animation/CSSAnimationData.h"
#include "wtf/RefPtr.h"
#include "wtf/Vector.h"
namespace WebCore {
-class CSSAnimationDataList {
+class PLATFORM_EXPORT CSSAnimationDataList {
WTF_MAKE_FAST_ALLOCATED;
public:
CSSAnimationDataList() { }
« no previous file with comments | « Source/platform/animation/CSSAnimationData.cpp ('k') | Source/platform/animation/CSSAnimationDataList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698