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

Unified Diff: Source/core/css/CSSValuePool.h

Issue 1082293003: Componentization: make core/animation,clipboard,css,dom,editing,frame,html visible for blink_web. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: WIP Created 5 years, 8 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/CSSValuePool.h
diff --git a/Source/core/css/CSSValuePool.h b/Source/core/css/CSSValuePool.h
index b3e029c8f6e0db9497204fd5552c6ad107968177..c4be46515c93df1e5657cfce56973fc4bed4d0be 100644
--- a/Source/core/css/CSSValuePool.h
+++ b/Source/core/css/CSSValuePool.h
@@ -28,6 +28,7 @@
#include "core/CSSPropertyNames.h"
#include "core/CSSValueKeywords.h"
+#include "core/CoreExport.h"
#include "core/css/CSSInheritedValue.h"
#include "core/css/CSSInitialValue.h"
#include "core/css/CSSPrimitiveValue.h"
@@ -90,7 +91,7 @@ private:
friend CSSValuePool& cssValuePool();
};
-CSSValuePool& cssValuePool();
+CORE_EXPORT CSSValuePool& cssValuePool();
}

Powered by Google App Engine
This is Rietveld 408576698