Index: Source/core/animation/animatable/AnimatableDoubleAndBool.h |
diff --git a/Source/core/animation/animatable/AnimatableDoubleAndBool.h b/Source/core/animation/animatable/AnimatableDoubleAndBool.h |
index bc7ae9f6aa946dc9f4ca461cb2b089665fef2df4..137369f826a1d0a2d3e90ec4844a039662441eaf 100644 |
--- a/Source/core/animation/animatable/AnimatableDoubleAndBool.h |
+++ b/Source/core/animation/animatable/AnimatableDoubleAndBool.h |
@@ -5,11 +5,12 @@ |
#ifndef AnimatableDoubleAndBool_h |
#define AnimatableDoubleAndBool_h |
+#include "core/CoreExport.h" |
#include "core/animation/animatable/AnimatableValue.h" |
namespace blink { |
-class AnimatableDoubleAndBool final : public AnimatableValue { |
+class CORE_EXPORT AnimatableDoubleAndBool final : public AnimatableValue { |
public: |
virtual ~AnimatableDoubleAndBool() { } |
static PassRefPtrWillBeRawPtr<AnimatableDoubleAndBool> create(double number, bool flag) |