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, 3 insertions, 1 deletions
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h index 1ecd7d3..457fd5f 100644 --- a/content/browser/gpu/gpu_process_host.h +++ b/content/browser/gpu/gpu_process_host.h @@ -28,7 +28,9 @@ struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params; struct GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params; struct GpuHostMsg_AcceleratedSurfaceRelease_Params; +namespace content { class BrowserChildProcessHostImpl; +} namespace IPC { struct ChannelHandle; @@ -217,7 +219,7 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate, static bool hardware_gpu_enabled_; - scoped_ptr<BrowserChildProcessHostImpl> process_; + scoped_ptr<content::BrowserChildProcessHostImpl> process_; DISALLOW_COPY_AND_ASSIGN(GpuProcessHost); }; |