| 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 1578b174f6c47b28af6a02f7bcb9b117150a83f3..93ff0ebe1d1b33802cd7b4ca2348c6e74a13a41f 100644
|
| --- a/content/common/child_process_host_impl.h
|
| +++ b/content/common/child_process_host_impl.h
|
| @@ -84,7 +84,7 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
|
| uint32 height,
|
| gfx::GpuMemoryBuffer::Format format,
|
| gfx::GpuMemoryBuffer::Usage usage,
|
| - IPC::Message* reply);
|
| + gfx::GpuMemoryBufferHandle* handle);
|
| void OnDeletedGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
|
| uint32 sync_point);
|
|
|
|
|