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

Unified Diff: chrome/browser/renderer_host/backing_store_proxy.h

Issue 1546001: Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UI... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | chrome/browser/renderer_host/backing_store_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/backing_store_proxy.h
===================================================================
--- chrome/browser/renderer_host/backing_store_proxy.h (revision 43024)
+++ chrome/browser/renderer_host/backing_store_proxy.h (working copy)
@@ -9,13 +9,13 @@
#include "chrome/browser/renderer_host/backing_store.h"
#include "ipc/ipc_channel.h"
-class GpuProcessHost;
+class GpuProcessHostUIShim;
class BackingStoreProxy : public BackingStore,
public IPC::Channel::Listener {
public:
BackingStoreProxy(RenderWidgetHost* widget, const gfx::Size& size,
- GpuProcessHost* process, int32 routing_id);
+ GpuProcessHostUIShim* process_shim, int32 routing_id);
virtual ~BackingStoreProxy();
// BackingStore implementation.
@@ -39,7 +39,7 @@
// Message handlers.
void OnPaintToBackingStoreACK();
- GpuProcessHost* process_;
+ GpuProcessHostUIShim* process_shim_;
int32 routing_id_;
// Set to true when we're waiting for the GPU process to do a paint and send
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | chrome/browser/renderer_host/backing_store_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698