| Index: content/gpu/gpu_child_thread.cc
|
| ===================================================================
|
| --- content/gpu/gpu_child_thread.cc (revision 83679)
|
| +++ content/gpu/gpu_child_thread.cc (working copy)
|
| @@ -193,7 +193,7 @@
|
| gpu_channel_manager_.reset(new GpuChannelManager(
|
| this,
|
| watchdog_thread_,
|
| - ChildProcess::current()->io_message_loop(),
|
| + ChildProcess::current()->io_message_loop_proxy(),
|
| ChildProcess::current()->GetShutDownEvent()));
|
|
|
| // Ensure the browser process receives the GPU info before a reply to any
|
|
|