| Index: components/mus/gles2/command_buffer_local.h
|
| diff --git a/components/mus/gles2/command_buffer_local.h b/components/mus/gles2/command_buffer_local.h
|
| index 66887c6a4b0d7a224cddfb79d93f3554d000cefe..409e35ab2f7f199901d33b74fcce4d5e360007f4 100644
|
| --- a/components/mus/gles2/command_buffer_local.h
|
| +++ b/components/mus/gles2/command_buffer_local.h
|
| @@ -86,6 +86,7 @@ class CommandBufferLocal : public gpu::CommandBuffer,
|
| size_t height,
|
| unsigned internal_format,
|
| unsigned usage) override;
|
| + int32_t GetImageGpuMemoryBufferId(unsigned image_id) override;
|
| void SignalQuery(uint32_t query_id, const base::Closure& callback) override;
|
| void SetLock(base::Lock*) override;
|
| void EnsureWorkVisible() override;
|
|
|