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

Unified Diff: cc/solid_color_layer.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/solid_color_draw_quad.h ('k') | cc/solid_color_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/solid_color_layer.h
diff --git a/cc/solid_color_layer.h b/cc/solid_color_layer.h
index 0f7396b5ad51c2b8a6694bac8908e651c82b14b5..45a19977944e3c9990f67e51e0f2c922b3b07721 100644
--- a/cc/solid_color_layer.h
+++ b/cc/solid_color_layer.h
@@ -6,13 +6,14 @@
#ifndef SolidColorLayerChromium_h
#define SolidColorLayerChromium_h
+#include "cc/cc_export.h"
#include "cc/layer.h"
namespace cc {
// A Layer that renders a solid color. The color is specified by using
// setBackgroundColor() on the base class.
-class SolidColorLayer : public Layer {
+class CC_EXPORT SolidColorLayer : public Layer {
public:
static scoped_refptr<SolidColorLayer> create();
« no previous file with comments | « cc/solid_color_draw_quad.h ('k') | cc/solid_color_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698