| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index 8f0b05f66885da41da8f20ac790e6285c4b12269..e3b5f5c9a5a247e17767ae4927b9799dfa574bed 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -30,6 +30,10 @@ struct GpuHostMsg_AcceleratedSurfaceRelease_Params;
|
|
|
| class BrowserChildProcessHostImpl;
|
|
|
| +namespace IPC {
|
| +struct ChannelHandle;
|
| +}
|
| +
|
| class GpuProcessHost : public content::BrowserChildProcessHostDelegate,
|
| public IPC::Message::Sender,
|
| public base::NonThreadSafe {
|
|
|