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

Unified Diff: chrome/renderer/gpu_channel_host.h

Issue 6557006: Moved creation of GPU transfer buffers into the browser process.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months 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
===================================================================
--- 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_; }

Powered by Google App Engine
This is Rietveld 408576698