Index: content/browser/gpu/browser_gpu_channel_host_factory.cc |
=================================================================== |
--- content/browser/gpu/browser_gpu_channel_host_factory.cc (revision 201163) |
+++ content/browser/gpu/browser_gpu_channel_host_factory.cc (working copy) |
@@ -237,7 +237,7 @@ |
void BrowserGpuChannelHostFactory::GpuChannelEstablishedOnIO( |
EstablishRequest* request, |
const IPC::ChannelHandle& channel_handle, |
- const GPUInfo& gpu_info) { |
+ const gpu::GPUInfo& gpu_info) { |
if (channel_handle.name.empty() && request->reused_gpu_process) { |
// We failed after re-using the GPU process, but it may have died in the |
// mean time. Retry to have a chance to create a fresh GPU process. |