| Index: gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h
|
| diff --git a/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h b/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h
|
| index 1f1442b960538ac04cd725c4d544baca742a22e9..243d3d5beaf226fd40fad5c80033c7d1f59e5834 100644
|
| --- a/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h
|
| +++ b/gpu/ipc/client/gpu_memory_buffer_impl_shared_memory.h
|
| @@ -26,7 +26,7 @@ class GPU_EXPORT GpuMemoryBufferImplSharedMemory : public GpuMemoryBufferImpl {
|
| gfx::BufferFormat format,
|
| const DestructionCallback& callback);
|
|
|
| - static gfx::GpuMemoryBufferHandle AllocateGpuMemoryBuffer(
|
| + static gfx::GpuMemoryBufferHandle CreateGpuMemoryBuffer(
|
| gfx::GpuMemoryBufferId id,
|
| const gfx::Size& size,
|
| gfx::BufferFormat format);
|
|
|