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

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

Issue 112463008: Move core/platform/animation files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add comments and platform tests Created 6 years, 11 months 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/AnimationValue.h ('k') | Source/platform/animation/KeyframeValueList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « Source/platform/animation/AnimationValue.h ('k') | Source/platform/animation/KeyframeValueList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698