Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1881)

Unified Diff: cc/render_surface_impl.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win?? Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698