| 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,
|
|
|