| Index: cc/content_layer_updater.h
|
| diff --git a/cc/content_layer_updater.h b/cc/content_layer_updater.h
|
| index 2e44bf7ef95ae98d5d689f3482c9d8bee3389091..ae6365ce531b03f26ca05ed7a6c065d5ba808925 100644
|
| --- a/cc/content_layer_updater.h
|
| +++ b/cc/content_layer_updater.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ContentLayerUpdater_h
|
| #define ContentLayerUpdater_h
|
|
|
| +#include "cc/cc_export.h"
|
| #include "cc/layer_updater.h"
|
|
|
| class SkCanvas;
|
| @@ -16,7 +17,7 @@ class LayerPainter;
|
| // Base class for BitmapContentLayerUpdater and
|
| // SkPictureContentLayerUpdater that reduces code duplication between
|
| // their respective paintContents implementations.
|
| -class ContentLayerUpdater : public LayerUpdater {
|
| +class CC_EXPORT ContentLayerUpdater : public LayerUpdater {
|
| protected:
|
| explicit ContentLayerUpdater(scoped_ptr<LayerPainter>);
|
| virtual ~ContentLayerUpdater();
|
|
|