| Index: cc/resources/shared_bitmap.h
|
| diff --git a/cc/resources/shared_bitmap.h b/cc/resources/shared_bitmap.h
|
| index 6980afbc11265a32b3f127fc4af927970380ada4..793ef7a4261b0aa5deb1a5de38d4e19771f2baaa 100644
|
| --- a/cc/resources/shared_bitmap.h
|
| +++ b/cc/resources/shared_bitmap.h
|
| @@ -6,14 +6,13 @@
|
| #define CC_RESOURCES_SHARED_BITMAP_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "cc/base/cc_export.h"
|
| #include "gpu/command_buffer/common/mailbox.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| namespace cc {
|
| typedef gpu::Mailbox SharedBitmapId;
|
|
|
| -class CC_EXPORT SharedBitmap {
|
| +class SharedBitmap {
|
| public:
|
| SharedBitmap(uint8* pixels, const SharedBitmapId& id);
|
|
|
|
|