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..7ead1c32d7f5ff80d6224f7da06b42b12eb10213 100644 |
--- a/content/common/gpu/client/command_buffer_proxy_impl.h |
+++ b/content/common/gpu/client/command_buffer_proxy_impl.h |
@@ -98,6 +98,13 @@ 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; |
+ virtual gfx::GLImage* GetImage(int32 id) OVERRIDE; |
void SetMemoryAllocationChangedCallback( |
const base::Callback<void(const GpuMemoryAllocationForRenderer&)>& |