| Index: cc/layer_painter.h
|
| diff --git a/cc/layer_painter.h b/cc/layer_painter.h
|
| index 81b0e44a1ce4445a6c025be0464f2c3b42b0b8a2..2d695a668a4e2252f80bf97ca0acd19c78e4901b 100644
|
| --- a/cc/layer_painter.h
|
| +++ b/cc/layer_painter.h
|
| @@ -6,6 +6,8 @@
|
| #ifndef LayerPainterChromium_h
|
| #define LayerPainterChromium_h
|
|
|
| +#include "cc/cc_export.h"
|
| +
|
| class SkCanvas;
|
|
|
| namespace gfx {
|
| @@ -15,7 +17,7 @@ class RectF;
|
|
|
| namespace cc {
|
|
|
| -class LayerPainter {
|
| +class CC_EXPORT LayerPainter {
|
| public:
|
| virtual ~LayerPainter() { }
|
| virtual void paint(SkCanvas*, const gfx::Rect& contentRect, gfx::RectF& opaque) = 0;
|
|
|