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 5ec97cdb92790aa4bd3cb4656906b34b305f06ff..0d69cd6a9955d133eca6c52f5df3e56457716e8d 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 "core/fetch/ResourceFetcher.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) |
{ |