| Index: cc/render_surface.h
|
| diff --git a/cc/render_surface.h b/cc/render_surface.h
|
| index a78b53fb69a5035c2c0b2d1f5b7efaeb2b861047..64c66d2a0e19962a555b2b1fcd47e55cc6ade220 100644
|
| --- a/cc/render_surface.h
|
| +++ b/cc/render_surface.h
|
| @@ -12,12 +12,13 @@
|
| #include "IntRect.h"
|
| #include <public/WebTransformationMatrix.h>
|
| #include <vector>
|
| +#include "cc/cc_export.h"
|
|
|
| namespace cc {
|
|
|
| class Layer;
|
|
|
| -class RenderSurface {
|
| +class CC_EXPORT RenderSurface {
|
| public:
|
| explicit RenderSurface(Layer*);
|
| ~RenderSurface();
|
|
|