| Index: cc/shared_quad_state.h
|
| diff --git a/cc/shared_quad_state.h b/cc/shared_quad_state.h
|
| index ff0faca26a70e89aba6f6326de60c5120f22f2bf..4abc8c9b5bd7959cddc16875b01203a78d9ceb3a 100644
|
| --- a/cc/shared_quad_state.h
|
| +++ b/cc/shared_quad_state.h
|
| @@ -8,10 +8,11 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/gfx/rect.h"
|
| #include <public/WebTransformationMatrix.h>
|
| +#include "cc/cc_export.h"
|
|
|
| namespace cc {
|
|
|
| -struct SharedQuadState {
|
| +struct CC_EXPORT SharedQuadState {
|
| int id;
|
|
|
| // Transforms from quad's original content space to its target content space.
|
|
|