| Index: content/browser/renderer_host/gpu_message_filter.h
|
| ===================================================================
|
| --- content/browser/renderer_host/gpu_message_filter.h (revision 132251)
|
| +++ content/browser/renderer_host/gpu_message_filter.h (working copy)
|
| @@ -58,6 +58,7 @@
|
| // Helper callbacks for the message handlers.
|
| void EstablishChannelCallback(IPC::Message* reply,
|
| const IPC::ChannelHandle& channel,
|
| + base::ProcessHandle gpu_process_for_browser,
|
| const content::GPUInfo& gpu_info);
|
| void CreateCommandBufferCallback(IPC::Message* reply, int32 route_id);
|
|
|
|
|