| Index: cc/layer.h
|
| diff --git a/cc/layer.h b/cc/layer.h
|
| index 38a32dd845ff9cbf02315518e9d18434ac1d8866..0d29c0c8046482629cbfbcbeae751dfd40db1ade 100644
|
| --- a/cc/layer.h
|
| +++ b/cc/layer.h
|
| @@ -8,6 +8,7 @@
|
| #include "FloatPoint.h"
|
| #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"
|
| @@ -39,7 +40,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;
|
|
|
|
|