Index: content/gpu/gpu_child_thread.cc |
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc |
index 56614c376e7588a043810950770b87903f0efea3..8f67d68bad63a63e5e19792160068422ef43e152 100644 |
--- a/content/gpu/gpu_child_thread.cc |
+++ b/content/gpu/gpu_child_thread.cc |
@@ -150,7 +150,7 @@ void GpuChildThread::OnInitialize() { |
// IPC messages before the sandbox has been enabled and all other necessary |
// initialization has succeeded. |
gpu_channel_manager_.reset( |
- new GpuChannelManager(this, |
+ new GpuChannelManager(GetRouter(), |
watchdog_thread_.get(), |
ChildProcess::current()->io_message_loop_proxy(), |
ChildProcess::current()->GetShutDownEvent())); |