Index: chrome/renderer/gpu_channel_host.cc |
=================================================================== |
--- chrome/renderer/gpu_channel_host.cc (revision 67520) |
+++ chrome/renderer/gpu_channel_host.cc (working copy) |
@@ -19,7 +19,7 @@ |
void GpuChannelHost::Connect(const std::string& channel_name) { |
// Open a channel to the GPU process. |
channel_.reset(new IPC::SyncChannel( |
- channel_name, IPC::Channel::MODE_CLIENT, this, NULL, |
+ channel_name, IPC::Channel::MODE_CLIENT, this, |
ChildProcess::current()->io_message_loop(), true, |
ChildProcess::current()->GetShutDownEvent())); |