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 74700bc98de1dce9ce2ae8358a9eb25d4277695e..e0e4bbf39d61383c750c126601e2d32ebd4317f9 100644 |
--- a/content/common/child_process_host_impl.h |
+++ b/content/common/child_process_host_impl.h |
@@ -79,7 +79,9 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost, |
void OnShutdownRequest(); |
void OnAllocateSharedMemory(uint32 buffer_size, |
base::SharedMemoryHandle* handle); |
- void OnAllocateGpuMemoryBuffer(uint32 buffer_size, |
+ void OnAllocateGpuMemoryBuffer(uint32 width, |
+ uint32 height, |
+ uint32 internalformat, |
gfx::GpuMemoryBufferHandle* handle); |
ChildProcessHostDelegate* delegate_; |