| 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 fccd96ff3ed91d590b7e21dbef29373af9368727..5faeca2a51cfffe022965bf892e1d4443409fad4 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -113,7 +113,10 @@ GpuProcessHostUIShim::GpuProcessHostUIShim(int host_id)
|
| #if defined(USE_OZONE)
|
| ui::OzonePlatform::GetInstance()
|
| ->GetGpuPlatformSupportHost()
|
| - ->OnChannelEstablished(host_id, this);
|
| + ->OnChannelEstablished(
|
| + host_id,
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO),
|
| + base::Bind(&SendOnIOThreadTask, host_id_));
|
| #endif
|
| }
|
|
|
|
|