| 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 14c48217c44a70890d7fbb11f1ce67de1b569b38..92a7966110f12220cdb2911b84309feaab675a5d 100644 | 
| --- a/components/mus/gles2/command_buffer_local.h | 
| +++ b/components/mus/gles2/command_buffer_local.h | 
| @@ -71,6 +71,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(); | 
|  |