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

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

Issue 112463008: Move core/platform/animation files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move TimingFunctions unit tests into platform/animation Created 6 years, 12 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
Index: Source/platform/animation/TimingFunction.h
diff --git a/Source/core/platform/animation/TimingFunction.h b/Source/platform/animation/TimingFunction.h
similarity index 99%
rename from Source/core/platform/animation/TimingFunction.h
rename to Source/platform/animation/TimingFunction.h
index 147d86b390b94b7227a3df631d79b8bc23365e37..7fa8d6e56a50e4d3c6bad69f18ca88284cefb710 100644
--- a/Source/core/platform/animation/TimingFunction.h
+++ b/Source/platform/animation/TimingFunction.h
@@ -39,7 +39,7 @@
namespace WebCore {
-class TimingFunction : public RefCounted<TimingFunction> {
+class PLATFORM_EXPORT TimingFunction : public RefCounted<TimingFunction> {
public:
enum Type {

Powered by Google App Engine
This is Rietveld 408576698