| Index: mojo/gles2/command_buffer_client_impl.h
|
| diff --git a/mojo/gles2/command_buffer_client_impl.h b/mojo/gles2/command_buffer_client_impl.h
|
| index 0b08714c14e861a3e0a82d3d2578fba88d0940f1..4b65617e18654244186c27021f5ac29f61c5d8b9 100644
|
| --- a/mojo/gles2/command_buffer_client_impl.h
|
| +++ b/mojo/gles2/command_buffer_client_impl.h
|
| @@ -63,6 +63,7 @@ class CommandBufferClientImpl : public CommandBufferClient,
|
| virtual gfx::GpuMemoryBuffer* CreateGpuMemoryBuffer(size_t width,
|
| size_t height,
|
| unsigned internalformat,
|
| + unsigned usage,
|
| int32* id) OVERRIDE;
|
| virtual void DestroyGpuMemoryBuffer(int32 id) OVERRIDE;
|
| virtual uint32 InsertSyncPoint() OVERRIDE;
|
|
|