| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 301523fa36b9abefa30352b5b3f40deb7491fec8..fbef73987ddb36302520ba56ae31611883f75b47 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()
|
|
|