| Index: components/mus/gles2/command_buffer_local.cc
|
| diff --git a/components/mus/gles2/command_buffer_local.cc b/components/mus/gles2/command_buffer_local.cc
|
| index 9d2deab8c8e17c06e1a514e7ce39236e420cfa3d..421c4c3fa259d71428c702a391c924ac4bb48438 100644
|
| --- a/components/mus/gles2/command_buffer_local.cc
|
| +++ b/components/mus/gles2/command_buffer_local.cc
|
| @@ -293,25 +293,6 @@ int32_t CommandBufferLocal::CreateGpuMemoryBufferImage(size_t width,
|
| return CreateImage(buffer->AsClientBuffer(), width, height, internal_format);
|
| }
|
|
|
| -uint32_t CommandBufferLocal::InsertSyncPoint() {
|
| - NOTREACHED();
|
| - return 0;
|
| -}
|
| -
|
| -uint32_t CommandBufferLocal::InsertFutureSyncPoint() {
|
| - NOTREACHED();
|
| - return 0;
|
| -}
|
| -
|
| -void CommandBufferLocal::RetireSyncPoint(uint32_t sync_point) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| -void CommandBufferLocal::SignalSyncPoint(uint32_t sync_point,
|
| - const base::Closure& callback) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| void CommandBufferLocal::SignalQuery(uint32_t query_id,
|
| const base::Closure& callback) {
|
| DCHECK(CalledOnValidThread());
|
|
|