| Index: content/browser/gpu/browser_gpu_channel_host_factory.h
|
| ===================================================================
|
| --- content/browser/gpu/browser_gpu_channel_host_factory.h (revision 201645)
|
| +++ content/browser/gpu/browser_gpu_channel_host_factory.h (working copy)
|
| @@ -63,7 +63,7 @@
|
| int gpu_host_id;
|
| bool reused_gpu_process;
|
| IPC::ChannelHandle channel_handle;
|
| - GPUInfo gpu_info;
|
| + gpu::GPUInfo gpu_info;
|
| };
|
|
|
| BrowserGpuChannelHostFactory();
|
| @@ -87,7 +87,7 @@
|
| void GpuChannelEstablishedOnIO(
|
| EstablishRequest* request,
|
| const IPC::ChannelHandle& channel_handle,
|
| - const GPUInfo& gpu_info);
|
| + const gpu::GPUInfo& gpu_info);
|
| static void AddFilterOnIO(
|
| int gpu_host_id,
|
| scoped_refptr<IPC::ChannelProxy::MessageFilter> filter);
|
|
|