Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1208)

Unified Diff: Source/core/style/StyleGeneratedImage.h

Issue 1212123003: Componentization: make symbols visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
{

Powered by Google App Engine
This is Rietveld 408576698