| Index: cc/render_surface_impl.h
|
| diff --git a/cc/render_surface_impl.h b/cc/render_surface_impl.h
|
| index ec0fde90fac695a392fa7388bc68a4161984df69..654d6b83dc8bb47e8daf0532929e184f7b3e829f 100644
|
| --- a/cc/render_surface_impl.h
|
| +++ b/cc/render_surface_impl.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #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 "ui/gfx/rect.h"
|
| @@ -23,7 +24,7 @@ class LayerImpl;
|
|
|
| struct AppendQuadsData;
|
|
|
| -class RenderSurfaceImpl {
|
| +class CC_EXPORT RenderSurfaceImpl {
|
| public:
|
| explicit RenderSurfaceImpl(LayerImpl*);
|
| virtual ~RenderSurfaceImpl();
|
|
|