Index: content/browser/gpu/browser_gpu_channel_host_factory.cc |
=================================================================== |
--- content/browser/gpu/browser_gpu_channel_host_factory.cc (revision 123977) |
+++ content/browser/gpu/browser_gpu_channel_host_factory.cc (working copy) |
@@ -136,7 +136,8 @@ |
CauseForGpuLaunch cause_for_gpu_launch) { |
GpuProcessHost* host = GpuProcessHost::FromID(gpu_host_id_); |
if (!host) { |
- host = GpuProcessHost::GetForClient(gpu_client_id_, cause_for_gpu_launch); |
+ host = GpuProcessHost::Get(GpuProcessHost::kSandboxed, |
+ cause_for_gpu_launch); |
if (!host) { |
request->event.Signal(); |
return; |