Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 7754ec3123e14bc04ffbaed0d8c02831e7393e63..2db1a1d03865628f3c66bda24726de8e2b89e55a 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -70,7 +70,7 @@ IPC_STRUCT_BEGIN(GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params) |
IPC_STRUCT_MEMBER(int32, surface_id) |
IPC_STRUCT_MEMBER(uint64, surface_handle) |
IPC_STRUCT_MEMBER(int32, route_id) |
- IPC_STRUCT_MEMBER(std::string, mailbox_name) |
+ IPC_STRUCT_MEMBER(gpu::Mailbox, mailbox) |
IPC_STRUCT_MEMBER(gfx::Size, size) |
IPC_STRUCT_MEMBER(float, scale_factor) |
IPC_STRUCT_MEMBER(std::vector<ui::LatencyInfo>, latency_info) |
@@ -84,7 +84,7 @@ IPC_STRUCT_BEGIN(GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params) |
IPC_STRUCT_MEMBER(int, y) |
IPC_STRUCT_MEMBER(int, width) |
IPC_STRUCT_MEMBER(int, height) |
- IPC_STRUCT_MEMBER(std::string, mailbox_name) |
+ IPC_STRUCT_MEMBER(gpu::Mailbox, mailbox) |
IPC_STRUCT_MEMBER(gfx::Size, surface_size) |
IPC_STRUCT_MEMBER(float, surface_scale_factor) |
IPC_STRUCT_MEMBER(std::vector<ui::LatencyInfo>, latency_info) |
@@ -95,7 +95,7 @@ IPC_STRUCT_BEGIN(GpuHostMsg_AcceleratedSurfaceRelease_Params) |
IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(AcceleratedSurfaceMsg_BufferPresented_Params) |
- IPC_STRUCT_MEMBER(std::string, mailbox_name) |
+ IPC_STRUCT_MEMBER(gpu::Mailbox, mailbox) |
IPC_STRUCT_MEMBER(uint32, sync_point) |
#if defined(OS_MACOSX) |
IPC_STRUCT_MEMBER(int32, renderer_id) |