| 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 6c5cef51b023191d6b240a73d2b9a0292f4634d2..4d5b4a58429b1b6de19552bf9f6e3056be1290f2 100644
|
| --- a/components/mus/gles2/command_buffer_local.h
|
| +++ b/components/mus/gles2/command_buffer_local.h
|
| @@ -74,6 +74,7 @@ class CommandBufferLocal : public gpu::CommandBuffer,
|
| void DestroyTransferBuffer(int32_t id) override;
|
|
|
| // gpu::GpuControl implementation:
|
| + void SetGpuControlClient(gpu::GpuControlClient*) override;
|
| gpu::Capabilities GetCapabilities() override;
|
| int32_t CreateImage(ClientBuffer buffer,
|
| size_t width,
|
|
|