| Index: cc/layer.h
|
| diff --git a/cc/layer.h b/cc/layer.h
|
| index f875dd6c9655b24b46ff5829b3b87ef578aa143b..83eaaae0ab1a129c0c2d83c0057881dd8085a4ba 100644
|
| --- a/cc/layer.h
|
| +++ b/cc/layer.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "Region.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "cc/cc_export.h"
|
| #include "cc/layer_animation_controller.h"
|
| #include "cc/occlusion_tracker.h"
|
| #include "cc/render_surface.h"
|
| @@ -40,7 +41,7 @@ struct RenderingStats;
|
|
|
| // Base class for composited layers. Special layer types are derived from
|
| // this class.
|
| -class Layer : public base::RefCounted<Layer>, public LayerAnimationControllerClient {
|
| +class CC_EXPORT Layer : public base::RefCounted<Layer>, public LayerAnimationControllerClient {
|
| public:
|
| typedef std::vector<scoped_refptr<Layer> > LayerList;
|
|
|
|
|