| Index: chrome/renderer/gpu_channel_host.h
|
| ===================================================================
|
| --- chrome/renderer/gpu_channel_host.h (revision 75655)
|
| +++ chrome/renderer/gpu_channel_host.h (working copy)
|
| @@ -10,6 +10,7 @@
|
| #include <vector>
|
|
|
| #include "base/hash_tables.h"
|
| +#include "base/process_util.h"
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/common/gpu_info.h"
|
| #include "chrome/common/message_router.h"
|
| @@ -44,7 +45,8 @@
|
| ~GpuChannelHost();
|
|
|
| // Connect to GPU process channel.
|
| - void Connect(const IPC::ChannelHandle& channel_handle);
|
| + void Connect(const IPC::ChannelHandle& channel_handle,
|
| + base::ProcessHandle gpu_renderer_process);
|
|
|
| State state() const { return state_; }
|
|
|
|
|