| 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 bc50bdff82300c015f47639198171a87b5a38146..8eed0fff1b51caa197bd24ca5db3fd996ab211f9 100644
|
| --- a/components/mus/gles2/command_buffer_local.h
|
| +++ b/components/mus/gles2/command_buffer_local.h
|
| @@ -70,6 +70,8 @@ class CommandBufferLocal : public gpu::GpuControl {
|
| uint32 CreateStreamTexture(uint32 texture_id) override;
|
| void SetLock(base::Lock*) override;
|
| bool IsGpuChannelLost() override;
|
| + gpu::CommandBufferNamespace GetNamespaceID() const override;
|
| + uint64_t GetCommandBufferID() const override;
|
|
|
| private:
|
| void PumpCommands();
|
|
|