Chromium Code Reviews| 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 971ccec6eb7fb49c2589662779465d63e457b147..ebae57ef084223b6e807a1ab9a6d8d0188cf1099 100644 |
| --- a/components/mus/gles2/command_buffer_local.cc |
| +++ b/components/mus/gles2/command_buffer_local.cc |
| @@ -309,6 +309,11 @@ int32_t CommandBufferLocal::CreateGpuMemoryBufferImage(size_t width, |
| return CreateImage(buffer->AsClientBuffer(), width, height, internal_format); |
| } |
| +int32_t CommandBufferLocal::GetImageGpuMemoryBufferId(unsigned image_id) { |
| + NOTIMPLEMENTED(); |
|
piman
2016/05/26 21:16:07
Can you add a TODO?
erikchen
2016/05/26 21:41:27
Done.
|
| + return -1; |
| +} |
| + |
| void CommandBufferLocal::SignalQuery(uint32_t query_id, |
| const base::Closure& callback) { |
| DCHECK(CalledOnValidThread()); |