Index: Source/core/css/CSSImageGeneratorValue.h |
diff --git a/Source/core/css/CSSImageGeneratorValue.h b/Source/core/css/CSSImageGeneratorValue.h |
index b209186ea08ec3e03e2ace5f77d4de70881ba2bb..96907047d260c3fde3402618ac775f18d9b47d81 100644 |
--- a/Source/core/css/CSSImageGeneratorValue.h |
+++ b/Source/core/css/CSSImageGeneratorValue.h |
@@ -26,6 +26,7 @@ |
#ifndef CSSImageGeneratorValue_h |
#define CSSImageGeneratorValue_h |
+#include "core/CoreExport.h" |
#include "core/css/CSSValue.h" |
#include "platform/geometry/IntSizeHash.h" |
#include "wtf/HashCountedSet.h" |
@@ -50,7 +51,7 @@ struct SizeAndCount { |
typedef HashMap<const LayoutObject*, SizeAndCount> LayoutObjectSizeCountMap; |
-class CSSImageGeneratorValue : public CSSValue { |
+class CORE_EXPORT CSSImageGeneratorValue : public CSSValue { |
public: |
~CSSImageGeneratorValue(); |