| Index: ppapi/proxy/ppapi_command_buffer_proxy.h
|
| diff --git a/ppapi/proxy/ppapi_command_buffer_proxy.h b/ppapi/proxy/ppapi_command_buffer_proxy.h
|
| index 20a09a5c59b9b7f3f5cd4e6da4b2b8e533ea7ecb..5fc702351b3ba49a5ec17083f899c66133927f25 100644
|
| --- a/ppapi/proxy/ppapi_command_buffer_proxy.h
|
| +++ b/ppapi/proxy/ppapi_command_buffer_proxy.h
|
| @@ -47,6 +47,7 @@ class PPAPI_PROXY_EXPORT PpapiCommandBufferProxy : public gpu::CommandBuffer,
|
| size_t width,
|
| size_t height,
|
| unsigned internalformat,
|
| + gfx::GpuMemoryBuffer::Usage usage,
|
| int32* id) OVERRIDE;
|
| virtual void DestroyGpuMemoryBuffer(int32 id) OVERRIDE;
|
| virtual uint32 InsertSyncPoint() OVERRIDE;
|
|
|