| Index: Source/core/style/StyleImage.h
|
| diff --git a/Source/core/style/StyleImage.h b/Source/core/style/StyleImage.h
|
| index c032a602539f4ee1608b0c14161833e7403b150e..27866746c22b3f13b46f94c5bf34b600ae376695 100644
|
| --- a/Source/core/style/StyleImage.h
|
| +++ b/Source/core/style/StyleImage.h
|
| @@ -24,6 +24,7 @@
|
| #ifndef StyleImage_h
|
| #define StyleImage_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/css/CSSValue.h"
|
| #include "platform/geometry/IntSize.h"
|
| #include "platform/geometry/LayoutSize.h"
|
| @@ -40,7 +41,7 @@ class LayoutObject;
|
|
|
| typedef void* WrappedImagePtr;
|
|
|
| -class StyleImage : public RefCounted<StyleImage> {
|
| +class CORE_EXPORT StyleImage : public RefCounted<StyleImage> {
|
| public:
|
| virtual ~StyleImage() { }
|
|
|
|
|