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

Unified Diff: cc/settings.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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
« no previous file with comments | « cc/scrollbar_layer_impl.h ('k') | cc/shared_quad_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « cc/scrollbar_layer_impl.h ('k') | cc/shared_quad_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698