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

Unified Diff: cc/render_surface.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « cc/render_pass_sink.h ('k') | cc/render_surface_filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/render_surface.h
diff --git a/cc/render_surface.h b/cc/render_surface.h
index 02aa70abfb8483e3baf90e334bcac006f3addc56..63700632aed96df41f65a983f74fe5339909feb7 100644
--- a/cc/render_surface.h
+++ b/cc/render_surface.h
@@ -12,12 +12,13 @@
#include "ui/gfx/rect_f.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();
« no previous file with comments | « cc/render_pass_sink.h ('k') | cc/render_surface_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698