| Index: content/common/gpu/client/command_buffer_proxy_impl.h
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| index cd1232ab11b01fe8f81e32a48cde1ef82cb8c283..722e0deb1a11a908b63fb303d38d55d60b2842f8 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -98,6 +98,12 @@ class CommandBufferProxyImpl
|
| virtual void SetContextLostReason(
|
| gpu::error::ContextLostReason reason) OVERRIDE;
|
| virtual uint32 InsertSyncPoint() OVERRIDE;
|
| + virtual gfx::GpuMemoryBuffer* CreateGpuMemoryBuffer(
|
| + size_t width,
|
| + size_t height,
|
| + unsigned internalformat,
|
| + int32* id) OVERRIDE;
|
| + virtual void DestroyGpuMemoryBuffer(int32 id) OVERRIDE;
|
|
|
| void SetMemoryAllocationChangedCallback(
|
| const base::Callback<void(const GpuMemoryAllocationForRenderer&)>&
|
|
|