Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 687340cc449e7eefb5ec704db5248c266696e68b..bdba5b9063772f817291e221b1adf80c865a8c36 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -80,6 +80,9 @@ IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(AcceleratedSurfaceMsg_BufferPresented_Params) |
IPC_STRUCT_MEMBER(std::string, mailbox_name) |
IPC_STRUCT_MEMBER(uint32, sync_point) |
+#if defined(OS_MACOSX) |
+ IPC_STRUCT_MEMBER(int32, renderer_id) |
+#endif |
IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(GPUCommandBufferConsoleMessage) |