| Index: cc/content_layer_client.h
|
| diff --git a/cc/content_layer_client.h b/cc/content_layer_client.h
|
| index 73eba8f59981cbee144220666e30b26e1de6d37e..344ea61f6cb5eeb86a2bf9e78cb39f5e7f8c3c11 100644
|
| --- a/cc/content_layer_client.h
|
| +++ b/cc/content_layer_client.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CC_CONTENT_LAYER_CLIENT_H_
|
| #define CC_CONTENT_LAYER_CLIENT_H_
|
|
|
| +#include "cc/cc_export.h"
|
| +
|
| class SkCanvas;
|
|
|
| namespace gfx {
|
| @@ -14,7 +16,7 @@ class RectF;
|
|
|
| namespace cc {
|
|
|
| -class ContentLayerClient {
|
| +class CC_EXPORT ContentLayerClient {
|
| public:
|
| virtual void paintContents(SkCanvas*, const gfx::Rect& clip, gfx::RectF& opaque) = 0;
|
|
|
|
|