diff options
Diffstat (limited to 'content/common/child_process_host_impl.h')
-rw-r--r-- | content/common/child_process_host_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h index 352cf8e..1578b17 100644 --- a/content/common/child_process_host_impl.h +++ b/content/common/child_process_host_impl.h @@ -88,9 +88,6 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost, void OnDeletedGpuMemoryBuffer(gfx::GpuMemoryBufferId id, uint32 sync_point); - void GpuMemoryBufferAllocated(IPC::Message* reply, - const gfx::GpuMemoryBufferHandle& handle); - ChildProcessHostDelegate* delegate_; base::Process peer_process_; bool opening_channel_; // True while we're waiting the channel to be opened. |