| Index: content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h
|
| index a7868c15ea39a36ee55f5f071ae9ff88d811e465..792d0997b5028b3dc7074b16898cff4071ef150b 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h
|
| @@ -16,6 +16,11 @@ class GpuMemoryBufferImplSharedMemory : public GpuMemoryBufferImpl {
|
| unsigned internalformat);
|
| virtual ~GpuMemoryBufferImplSharedMemory();
|
|
|
| + static void Create(const gfx::Size& size,
|
| + unsigned internalformat,
|
| + unsigned usage,
|
| + const CreationCallback& callback);
|
| +
|
| // Allocates a shared memory backed GPU memory buffer with |size| and
|
| // |internalformat| for use by |child_process|.
|
| static void AllocateSharedMemoryForChildProcess(
|
|
|