| Index: cc/render_surface_impl.h
|
| diff --git a/cc/render_surface_impl.h b/cc/render_surface_impl.h
|
| index f74e420436f042481ff28b1bde205e2a7b7e96fa..e83b11122387b001e209840b5cc2472b21e198cb 100644
|
| --- a/cc/render_surface_impl.h
|
| +++ b/cc/render_surface_impl.h
|
| @@ -9,6 +9,7 @@
|
| #include "IntRect.h"
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "cc/cc_export.h"
|
| #include "cc/render_pass.h"
|
| #include "cc/shared_quad_state.h"
|
| #include <public/WebTransformationMatrix.h>
|
| @@ -23,7 +24,7 @@ class LayerImpl;
|
|
|
| struct AppendQuadsData;
|
|
|
| -class RenderSurfaceImpl {
|
| +class CC_EXPORT RenderSurfaceImpl {
|
| public:
|
| explicit RenderSurfaceImpl(LayerImpl*);
|
| virtual ~RenderSurfaceImpl();
|
|
|