| Index: content/common/child_process_host_impl.h
|
| diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h
|
| index cc64dc2488746e6cb0946e235eac88ddf0d601a1..0fd7011507e85298a92f3fb899d0d2c17c60d9cc 100644
|
| --- a/content/common/child_process_host_impl.h
|
| +++ b/content/common/child_process_host_impl.h
|
| @@ -22,10 +22,6 @@ namespace base {
|
| class FilePath;
|
| }
|
|
|
| -namespace gfx {
|
| -struct GpuMemoryBufferHandle;
|
| -}
|
| -
|
| namespace IPC {
|
| class MessageFilter;
|
| }
|
| @@ -82,11 +78,6 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
|
| void OnShutdownRequest();
|
| void OnAllocateSharedMemory(uint32 buffer_size,
|
| base::SharedMemoryHandle* handle);
|
| - void OnAllocateGpuMemoryBuffer(uint32 width,
|
| - uint32 height,
|
| - uint32 internalformat,
|
| - uint32 usage,
|
| - gfx::GpuMemoryBufferHandle* handle);
|
|
|
| ChildProcessHostDelegate* delegate_;
|
| base::ProcessHandle peer_handle_;
|
|
|