| Index: content/browser/renderer_host/gpu_message_filter.cc | 
| =================================================================== | 
| --- content/browser/renderer_host/gpu_message_filter.cc	(revision 123977) | 
| +++ content/browser/renderer_host/gpu_message_filter.cc	(working copy) | 
| @@ -69,8 +69,8 @@ | 
| // to something like OnCreateGpuProcess. | 
| GpuProcessHost* host = GpuProcessHost::FromID(gpu_host_id_); | 
| if (!host) { | 
| -    host = GpuProcessHost::GetForClient( | 
| -        render_process_id_, cause_for_gpu_launch); | 
| +    host = GpuProcessHost::Get(GpuProcessHost::kSandboxed, | 
| +                               cause_for_gpu_launch); | 
| if (!host) { | 
| reply->set_reply_error(); | 
| Send(reply); | 
|  |