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

Unified Diff: Source/core/css/CSSImageGeneratorValue.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/css/CSSImageGeneratorValue.h
diff --git a/Source/core/css/CSSImageGeneratorValue.h b/Source/core/css/CSSImageGeneratorValue.h
index b209186ea08ec3e03e2ace5f77d4de70881ba2bb..96907047d260c3fde3402618ac775f18d9b47d81 100644
--- a/Source/core/css/CSSImageGeneratorValue.h
+++ b/Source/core/css/CSSImageGeneratorValue.h
@@ -26,6 +26,7 @@
#ifndef CSSImageGeneratorValue_h
#define CSSImageGeneratorValue_h
+#include "core/CoreExport.h"
#include "core/css/CSSValue.h"
#include "platform/geometry/IntSizeHash.h"
#include "wtf/HashCountedSet.h"
@@ -50,7 +51,7 @@ struct SizeAndCount {
typedef HashMap<const LayoutObject*, SizeAndCount> LayoutObjectSizeCountMap;
-class CSSImageGeneratorValue : public CSSValue {
+class CORE_EXPORT CSSImageGeneratorValue : public CSSValue {
public:
~CSSImageGeneratorValue();

Powered by Google App Engine
This is Rietveld 408576698