| Index: chrome/gpu/gpu_command_buffer_stub.cc
|
| ===================================================================
|
| --- chrome/gpu/gpu_command_buffer_stub.cc (revision 68022)
|
| +++ chrome/gpu/gpu_command_buffer_stub.cc (working copy)
|
| @@ -80,7 +80,7 @@
|
| // Ask the browser to create the the host window.
|
| ChildThread* gpu_thread = ChildThread::current();
|
| gfx::PluginWindowHandle host_window_id = gfx::kNullPluginWindow;
|
| - gpu_thread->Send(new GpuHostMsg_CreateCompositorHostWindow(
|
| + gpu_thread->Send(new GpuHostMsg_GetCompositorHostWindow(
|
| renderer_id_,
|
| render_view_id_,
|
| &host_window_id));
|
|
|