| Index: Source/core/animation/KeyframeEffectModel.h
|
| diff --git a/Source/core/animation/KeyframeEffectModel.h b/Source/core/animation/KeyframeEffectModel.h
|
| index 869ee2b144e9e9e53271fe603d41087f56733e91..882be9cdbcd0251af5ae8f493c5ba2bc503d6e7c 100644
|
| --- a/Source/core/animation/KeyframeEffectModel.h
|
| +++ b/Source/core/animation/KeyframeEffectModel.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef KeyframeEffectModel_h
|
| #define KeyframeEffectModel_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/animation/AnimationEffect.h"
|
| #include "core/animation/AnimationNode.h"
|
| #include "core/animation/InterpolationEffect.h"
|
| @@ -50,7 +51,7 @@ namespace blink {
|
| class Element;
|
| class KeyframeEffectModelTest;
|
|
|
| -class KeyframeEffectModelBase : public AnimationEffect {
|
| +class CORE_EXPORT KeyframeEffectModelBase : public AnimationEffect {
|
| public:
|
| // FIXME: Implement accumulation.
|
|
|
|
|