| Index: content/browser/gpu/browser_gpu_channel_host_factory.h
|
| ===================================================================
|
| --- content/browser/gpu/browser_gpu_channel_host_factory.h (revision 132263)
|
| +++ content/browser/gpu/browser_gpu_channel_host_factory.h (working copy)
|
| @@ -48,7 +48,6 @@
|
| ~EstablishRequest();
|
| base::WaitableEvent event;
|
| IPC::ChannelHandle channel_handle;
|
| - base::ProcessHandle gpu_process_handle;
|
| GPUInfo gpu_info;
|
| };
|
|
|
| @@ -65,7 +64,6 @@
|
| static void GpuChannelEstablishedOnIO(
|
| EstablishRequest* request,
|
| const IPC::ChannelHandle& channel_handle,
|
| - base::ProcessHandle gpu_process_handle,
|
| const GPUInfo& gpu_info);
|
|
|
| int gpu_client_id_;
|
|
|