| Index: cc/quads/shared_quad_state.h
|
| diff --git a/cc/quads/shared_quad_state.h b/cc/quads/shared_quad_state.h
|
| index 6f0ef92908d1106f5c545d1a5a3162aee4a994fe..348a9041768a89265d0dc68904914aa51bbcd74e 100644
|
| --- a/cc/quads/shared_quad_state.h
|
| +++ b/cc/quads/shared_quad_state.h
|
| @@ -6,7 +6,6 @@
|
| #define CC_QUADS_SHARED_QUAD_STATE_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "cc/base/cc_export.h"
|
| #include "third_party/skia/include/core/SkXfermode.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/transform.h"
|
| @@ -25,7 +24,7 @@ namespace cc {
|
| // same way as if they were replicated on each DrawQuad. A given SharedQuadState
|
| // can only be shared by DrawQuads that are adjacent in their RenderPass'
|
| // QuadList.
|
| -class CC_EXPORT SharedQuadState {
|
| +class SharedQuadState {
|
| public:
|
| SharedQuadState();
|
| ~SharedQuadState();
|
|
|