| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 4f774464649fbf94d3de2315b105657b5d94cb01..720c77a01ace51e8844e479c0e38b95f11b08ed1 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -163,7 +163,8 @@ void GpuChildThread::OnInitialize() {
|
| new GpuChannelManager(GetRouter(),
|
| watchdog_thread_.get(),
|
| ChildProcess::current()->io_message_loop_proxy(),
|
| - ChildProcess::current()->GetShutDownEvent()));
|
| + ChildProcess::current()->GetShutDownEvent(),
|
| + channel()));
|
|
|
| #if defined(USE_OZONE)
|
| ui::OzonePlatform::GetInstance()
|
|
|