| 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 18d09b31ef9a9f1a815a4bffc97844bd35013975..0b08714c14e861a3e0a82d3d2578fba88d0940f1 100644
|
| --- a/mojo/gles2/command_buffer_client_impl.h
|
| +++ b/mojo/gles2/command_buffer_client_impl.h
|
| @@ -48,7 +48,6 @@ class CommandBufferClientImpl : public CommandBufferClient,
|
|
|
| // CommandBuffer implementation:
|
| virtual bool Initialize() OVERRIDE;
|
| - virtual State GetState() OVERRIDE;
|
| virtual State GetLastState() OVERRIDE;
|
| virtual int32 GetLastToken() OVERRIDE;
|
| virtual void Flush(int32 put_offset) OVERRIDE;
|
|
|