Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 2b3a732115713d2bed9943ff048c7997a39a4c8b..9a0c5643f33ea02da3f405cb82bf3b815895a8b3 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -110,6 +110,8 @@ IPC_STRUCT_BEGIN(AcceleratedSurfaceMsg_BufferPresented_Params) |
// If the browser is drawing to the screen, this is the CGL renderer ID of |
// the GL context that the brower is using. |
IPC_STRUCT_MEMBER(int32, renderer_id) |
+ // The CGDirectDisplayID on which the content was displayed. |
+ IPC_STRUCT_MEMBER(uint32, display_id) |
IPC_STRUCT_END() |
#endif |