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 dd1fae7db110d11442543e81317f3e471a3acf92..d859323627af09b1863ef6717c3140730fe6c9fb 100644 |
--- a/content/common/child_process_host_impl.h |
+++ b/content/common/child_process_host_impl.h |
@@ -94,7 +94,8 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost, |
void OnShutdownRequest(); |
void OnAllocateSharedMemory(uint32 buffer_size, |
base::SharedMemoryHandle* handle); |
- void OnAllocateGpuMemoryBuffer(uint32 width, |
+ void OnAllocateGpuMemoryBuffer(gfx::GpuMemoryBufferId id, |
+ uint32 width, |
uint32 height, |
gfx::BufferFormat format, |
gfx::BufferUsage usage, |