| Index: cc/image_layer.h
|
| diff --git a/cc/image_layer.h b/cc/image_layer.h
|
| index 3d66f135cd05cd47affcb70c3b5678c985e23c45..9fdce932aa4e8432accf5f6811a44a63a6b48acc 100644
|
| --- a/cc/image_layer.h
|
| +++ b/cc/image_layer.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ImageLayerChromium_h
|
| #define ImageLayerChromium_h
|
|
|
| +#include "cc/cc_export.h"
|
| #include "cc/content_layer.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| @@ -13,7 +14,7 @@ namespace cc {
|
| class ImageLayerUpdater;
|
|
|
| // A Layer that contains only an Image element.
|
| -class ImageLayer : public TiledLayer {
|
| +class CC_EXPORT ImageLayer : public TiledLayer {
|
| public:
|
| static scoped_refptr<ImageLayer> create();
|
|
|
|
|