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

Unified Diff: cc/render_pass_sink.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_draw_quad.h ('k') | cc/render_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/render_pass_sink.h
diff --git a/cc/render_pass_sink.h b/cc/render_pass_sink.h
index efef7f2a893dc1a671b29c79b4350f10953228e7..10a34e79bd3784153977d988bd51c9f8c224ecfa 100644
--- a/cc/render_pass_sink.h
+++ b/cc/render_pass_sink.h
@@ -6,12 +6,13 @@
#define CCRenderPassSink_h
#include "base/memory/scoped_ptr.h"
+#include "cc/cc_export.h"
namespace cc {
class RenderPass;
-class RenderPassSink {
+class CC_EXPORT RenderPassSink {
public:
virtual void appendRenderPass(scoped_ptr<RenderPass>) = 0;
};
« no previous file with comments | « cc/render_pass_draw_quad.h ('k') | cc/render_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698