| 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 fa1d1a89e6eaa50423048cb56f720ecdcd97eb0c..ab5fed3eb2a885f8d75b8cfb415bcee375285cd8 100644
|
| --- a/mojo/gles2/command_buffer_client_impl.h
|
| +++ b/mojo/gles2/command_buffer_client_impl.h
|
| @@ -72,8 +72,6 @@ class CommandBufferClientImpl : public CommandBufferClient,
|
| unsigned internalformat,
|
| int32* id) OVERRIDE;
|
| virtual void DestroyGpuMemoryBuffer(int32 id) OVERRIDE;
|
| - virtual bool GenerateMailboxNames(unsigned num,
|
| - std::vector<gpu::Mailbox>* names) OVERRIDE;
|
| virtual uint32 InsertSyncPoint() OVERRIDE;
|
| virtual void SignalSyncPoint(uint32 sync_point,
|
| const base::Closure& callback) OVERRIDE;
|
|
|