Index: Source/core/animation/animatable/AnimatableShapeValue.h |
diff --git a/Source/core/animation/animatable/AnimatableShapeValue.h b/Source/core/animation/animatable/AnimatableShapeValue.h |
index 4a25d8d508cba24e993151b6dba1809cca3e5700..a5572b2a41ce1c9c2983294394ec70acd1f620c3 100644 |
--- a/Source/core/animation/animatable/AnimatableShapeValue.h |
+++ b/Source/core/animation/animatable/AnimatableShapeValue.h |
@@ -31,12 +31,13 @@ |
#ifndef AnimatableShapeValue_h |
#define AnimatableShapeValue_h |
+#include "core/CoreExport.h" |
#include "core/animation/animatable/AnimatableValue.h" |
#include "core/style/ShapeValue.h" |
namespace blink { |
-class AnimatableShapeValue final : public AnimatableValue { |
+class CORE_EXPORT AnimatableShapeValue final : public AnimatableValue { |
public: |
virtual ~AnimatableShapeValue() { } |
static PassRefPtrWillBeRawPtr<AnimatableShapeValue> create(ShapeValue* shape) |