| Index: mojo/gles2/command_buffer_client_impl.cc
|
| diff --git a/mojo/gles2/command_buffer_client_impl.cc b/mojo/gles2/command_buffer_client_impl.cc
|
| index e4d0357d764e74250f0e5aa1da9fe372f1e4b92f..60fa366ab0574f5bd156f7b0e8a894003b02e7f7 100644
|
| --- a/mojo/gles2/command_buffer_client_impl.cc
|
| +++ b/mojo/gles2/command_buffer_client_impl.cc
|
| @@ -186,14 +186,6 @@ void CommandBufferClientImpl::DestroyGpuMemoryBuffer(int32 id) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -bool CommandBufferClientImpl::GenerateMailboxNames(
|
| - unsigned num,
|
| - std::vector<gpu::Mailbox>* names) {
|
| - // TODO(piman)
|
| - NOTIMPLEMENTED();
|
| - return false;
|
| -}
|
| -
|
| uint32 CommandBufferClientImpl::InsertSyncPoint() {
|
| // TODO(piman)
|
| NOTIMPLEMENTED();
|
|
|