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

Unified Diff: cc/draw_quad.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/direct_renderer.h ('k') | cc/font_atlas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/draw_quad.h
diff --git a/cc/draw_quad.h b/cc/draw_quad.h
index 505c01949f55145411531ed986ac77c789b80a3f..5594ce8a868a1f4a321167bc83a53393dac3f6a9 100644
--- a/cc/draw_quad.h
+++ b/cc/draw_quad.h
@@ -5,6 +5,7 @@
#ifndef CCDrawQuad_h
#define CCDrawQuad_h
+#include "cc/cc_export.h"
#include "cc/shared_quad_state.h"
namespace cc {
@@ -23,7 +24,7 @@ namespace cc {
// materials need different bits of per-quad data to render, classes that derive
// from DrawQuad store additional data in their derived instance. The Material
// enum is used to "safely" downcast to the derived class.
-class DrawQuad {
+class CC_EXPORT DrawQuad {
public:
enum Material {
Invalid,
« no previous file with comments | « cc/direct_renderer.h ('k') | cc/font_atlas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698