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 2f4fbd74270d9418cfe0ab3710dd5082c0831b0f..96a00c751f9f7fe53b7c3b7042feed3c4dc29b2e 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.cc |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.cc |
@@ -72,8 +72,7 @@ GpuProcessHostUIShim::GpuProcessHostUIShim(int host_id) |
ui::OzonePlatform::GetInstance() |
->GetGpuPlatformSupportHost() |
->OnChannelEstablished( |
- host_id, |
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO), |
+ host_id, BrowserThread::GetTaskRunnerForThread(BrowserThread::IO), |
base::Bind(&SendOnIOThreadTask, host_id_)); |
#endif |
} |