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