| Index: content/browser/gpu/gpu_process_host_ui_shim.cc
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| index 96a00c751f9f7fe53b7c3b7042feed3c4dc29b2e..0714785c48228797f8b550b43f54a0f7ba2cc057 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -71,9 +71,7 @@ GpuProcessHostUIShim::GpuProcessHostUIShim(int host_id)
|
| #if defined(USE_OZONE)
|
| ui::OzonePlatform::GetInstance()
|
| ->GetGpuPlatformSupportHost()
|
| - ->OnChannelEstablished(
|
| - host_id, BrowserThread::GetTaskRunnerForThread(BrowserThread::IO),
|
| - base::Bind(&SendOnIOThreadTask, host_id_));
|
| + ->OnChannelEstablished();
|
| #endif
|
| }
|
|
|
|
|