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..ae940ac828c794aacf0d33f94c9db5e6a79dc792 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) |
Ken Russell (switch to Gerrit)
2013/03/01 22:00:58
Please rename renderer -> renderer_id for clarity.
|
+#endif |
IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(GPUCommandBufferConsoleMessage) |