| Index: Source/core/style/StyleGeneratedImage.h
|
| diff --git a/Source/core/style/StyleGeneratedImage.h b/Source/core/style/StyleGeneratedImage.h
|
| index a372eefeb4e4259f653c4f92d49ca8169a2d15bc..ffa5b5ac4a0eef2e04c00f2577eb05a456b1d4f9 100644
|
| --- a/Source/core/style/StyleGeneratedImage.h
|
| +++ b/Source/core/style/StyleGeneratedImage.h
|
| @@ -24,6 +24,7 @@
|
| #ifndef StyleGeneratedImage_h
|
| #define StyleGeneratedImage_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/style/StyleImage.h"
|
|
|
| namespace blink {
|
| @@ -31,7 +32,7 @@ namespace blink {
|
| class CSSValue;
|
| class CSSImageGeneratorValue;
|
|
|
| -class StyleGeneratedImage final : public StyleImage {
|
| +class CORE_EXPORT StyleGeneratedImage final : public StyleImage {
|
| public:
|
| static PassRefPtr<StyleGeneratedImage> create(CSSImageGeneratorValue* value)
|
| {
|
|
|