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

Unified Diff: cc/quad_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/quad_culler.h ('k') | cc/render_pass.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quad_sink.h
diff --git a/cc/quad_sink.h b/cc/quad_sink.h
index e92575622125aeb3bea647d2f2c01c63b6a0db3a..e8bf580794464ce07d6ce2447aaf804775a1ceeb 100644
--- a/cc/quad_sink.h
+++ b/cc/quad_sink.h
@@ -6,6 +6,7 @@
#define CCQuadSink_h
#include "base/memory/scoped_ptr.h"
+#include "cc/cc_export.h"
namespace cc {
@@ -14,7 +15,7 @@ class DrawQuad;
struct AppendQuadsData;
struct SharedQuadState;
-class QuadSink {
+class CC_EXPORT QuadSink {
public:
virtual ~QuadSink() { }
« no previous file with comments | « cc/quad_culler.h ('k') | cc/render_pass.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698