Index: chrome/common/gpu_messages_internal.h |
=================================================================== |
--- chrome/common/gpu_messages_internal.h (revision 66779) |
+++ chrome/common/gpu_messages_internal.h (working copy) |
@@ -98,6 +98,16 @@ |
int32, /* render_view_id */ |
gfx::PluginWindowHandle /* window */, |
uint64 /* surface_id */) |
+#elif defined(OS_WIN) |
+ // Create and get the HWND for the compositor window |
+ IPC_SYNC_MESSAGE_CONTROL2_1(GpuHostMsg_CreateCompositorHostWindow, |
+ int32, /* renderer_id */ |
+ int32, /* render_view_id */ |
+ gfx::PluginWindowHandle /* compositor_host_id */) |
+ |
+ IPC_MESSAGE_CONTROL2(GpuHostMsg_ScheduleComposite, |
+ int32, /* renderer_id */ |
+ int32 /* render_view_id */) |
#endif |
IPC_END_MESSAGES(GpuHost) |