| 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();
|
|
|
|
|