Index: cc/settings.h |
diff --git a/cc/settings.h b/cc/settings.h |
index a25434d13250cd3f3c57e72365a298f01cb3067b..21b240b918734d75ab9e5675dd33a0045cc6c21a 100644 |
--- a/cc/settings.h |
+++ b/cc/settings.h |
@@ -6,6 +6,7 @@ |
#define CCSettings_h |
#include "webkit/glue/webkit_glue_export.h" |
+#include "cc/cc_export.h" |
namespace cc { |
@@ -13,7 +14,7 @@ namespace cc { |
// LayerTreeSettings if a ui and renderer compositor might not want the same |
// setting. |
-class Settings { |
+class CC_EXPORT Settings { |
public: |
static bool perTilePaintingEnabled(); |
static bool partialSwapEnabled(); |