Index: content/browser/gpu/gpu_process_host.cc |
=================================================================== |
--- content/browser/gpu/gpu_process_host.cc (revision 131361) |
+++ content/browser/gpu/gpu_process_host.cc (working copy) |
@@ -530,7 +530,7 @@ |
return; |
} |
- callback.Run(channel_handle, gpu_process_, |
+ callback.Run(channel_handle, |
GpuDataManagerImpl::GetInstance()->GetGPUInfo()); |
} |
@@ -779,7 +779,7 @@ |
const IPC::ChannelHandle& channel_handle, |
base::ProcessHandle renderer_process_for_gpu, |
const content::GPUInfo& gpu_info) { |
- callback.Run(channel_handle, renderer_process_for_gpu, gpu_info); |
+ callback.Run(channel_handle, gpu_info); |
} |
void GpuProcessHost::CreateCommandBufferError( |