Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: chrome/renderer/gpu_channel_host.h

Issue 5598010: Convert over to channel handles (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed up bad whitespace Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }

Powered by Google App Engine
This is Rietveld 408576698