Index: third_party/WebKit/Source/core/css/CSSImageValue.h |
diff --git a/third_party/WebKit/Source/core/css/CSSImageValue.h b/third_party/WebKit/Source/core/css/CSSImageValue.h |
index 7fec0906ad10355f818303860676526bfabd9a8b..c1152a8adb7c9cf01e9f1d564e0f0d57178b585a 100644 |
--- a/third_party/WebKit/Source/core/css/CSSImageValue.h |
+++ b/third_party/WebKit/Source/core/css/CSSImageValue.h |
@@ -21,6 +21,7 @@ |
#ifndef CSSImageValue_h |
#define CSSImageValue_h |
+#include "core/CoreExport.h" |
#include "core/css/CSSValue.h" |
#include "platform/CrossOriginAttributeValue.h" |
#include "platform/weborigin/Referrer.h" |
@@ -34,7 +35,7 @@ class StyleFetchedImage; |
class StyleImage; |
class LayoutObject; |
-class CSSImageValue : public CSSValue { |
+class CORE_EXPORT CSSImageValue : public CSSValue { |
public: |
static PassRefPtrWillBeRawPtr<CSSImageValue> create(const KURL& url, StyleFetchedImage* image = 0) |
{ |