| Index: chrome/renderer/gpu_channel_host.h
|
| diff --git a/chrome/renderer/gpu_channel_host.h b/chrome/renderer/gpu_channel_host.h
|
| index 818202e25c55cfc691694d8d49d7197a724daff6..8d9c68423cfd4f69d4df44aa5be72b2116ff4291 100644
|
| --- a/chrome/renderer/gpu_channel_host.h
|
| +++ b/chrome/renderer/gpu_channel_host.h
|
| @@ -16,6 +16,7 @@
|
| #include "gfx/native_widget_types.h"
|
| #include "gfx/size.h"
|
| #include "ipc/ipc_channel.h"
|
| +#include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_message.h"
|
| #include "ipc/ipc_sync_channel.h"
|
|
|
| @@ -43,7 +44,7 @@ class GpuChannelHost : public IPC::Channel::Listener,
|
| ~GpuChannelHost();
|
|
|
| // Connect to GPU process channel.
|
| - void Connect(const std::string& channel_name);
|
| + void Connect(const IPC::ChannelHandle& channel_handle);
|
|
|
| State state() const { return state_; }
|
|
|
|
|