Index: Source/platform/animation/KeyframeValueList.h |
diff --git a/Source/core/platform/animation/KeyframeValueList.h b/Source/platform/animation/KeyframeValueList.h |
similarity index 97% |
rename from Source/core/platform/animation/KeyframeValueList.h |
rename to Source/platform/animation/KeyframeValueList.h |
index 86ffb0052f7740fa8ca0985c659012658c60e017..25553adcd37fc3a1dc650e002b0a6d4e2e16ab0b 100644 |
--- a/Source/core/platform/animation/KeyframeValueList.h |
+++ b/Source/platform/animation/KeyframeValueList.h |
@@ -27,7 +27,7 @@ |
#ifndef KeyframeValueList_h |
#define KeyframeValueList_h |
-#include "core/platform/animation/AnimationValue.h" |
+#include "platform/animation/AnimationValue.h" |
#include "wtf/OwnPtr.h" |
#include "wtf/PassOwnPtr.h" |
@@ -45,7 +45,7 @@ enum AnimatedPropertyID { |
// Used to store a series of values in a keyframe list. |
// Values will all be of the same type, which can be inferred from the property. |
-class KeyframeValueList { |
+class PLATFORM_EXPORT KeyframeValueList { |
public: |
explicit KeyframeValueList(AnimatedPropertyID property) |
: m_property(property) |