diff options
Diffstat (limited to 'content/browser/gpu/gpu_process_host.h')
-rw-r--r-- | content/browser/gpu/gpu_process_host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h index 51245d7..b2f599f 100644 --- a/content/browser/gpu/gpu_process_host.h +++ b/content/browser/gpu/gpu_process_host.h @@ -23,7 +23,7 @@ class GpuMainThread; struct GPUCreateCommandBufferConfig; -class BrowserChildProcessHost; +class BrowserChildProcessHostImpl; class GpuProcessHost : public content::BrowserChildProcessHostDelegate, public IPC::Message::Sender, @@ -157,7 +157,7 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate, // existing tabs, just the future ones. CONTENT_EXPORT static bool gpu_enabled_; - scoped_ptr<BrowserChildProcessHost> process_; + scoped_ptr<BrowserChildProcessHostImpl> process_; DISALLOW_COPY_AND_ASSIGN(GpuProcessHost); }; |