| 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 {
|
|
|