| Index: gpu/command_buffer/tests/gl_manager.h
|
| diff --git a/gpu/command_buffer/tests/gl_manager.h b/gpu/command_buffer/tests/gl_manager.h
|
| index e909e470c7b2151f6e5e8df51fac47cfc8985928..4c1c72f5709dba4f9d08f49564159e73cc914c4d 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.h
|
| +++ b/gpu/command_buffer/tests/gl_manager.h
|
| @@ -125,6 +125,8 @@ class GLManager : private 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();
|
|
|