Index: chrome/browser/gpu_process_host.h |
=================================================================== |
--- chrome/browser/gpu_process_host.h (revision 67491) |
+++ chrome/browser/gpu_process_host.h (working copy) |
@@ -93,6 +93,10 @@ |
const GpuHostMsg_AcceleratedSurfaceSetIOSurface_Params& params); |
void OnAcceleratedSurfaceBuffersSwapped( |
const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params); |
+#elif defined(OS_WIN) |
+ void OnCreateCompositorHostWindow(int renderer_id, |
+ int render_view_id, |
+ IPC::Message* reply_message); |
#endif |
// Sends the response for establish channel request to the renderer. |