| Index: gpu/command_buffer/service/in_process_command_buffer.h
|
| diff --git a/gpu/command_buffer/service/in_process_command_buffer.h b/gpu/command_buffer/service/in_process_command_buffer.h
|
| index b3f6eb806d770586bd2ba9feb64303bf2afe913c..c6c4f2c48e54d69d9e5ea4208d141ebb75d0134f 100644
|
| --- a/gpu/command_buffer/service/in_process_command_buffer.h
|
| +++ b/gpu/command_buffer/service/in_process_command_buffer.h
|
| @@ -121,6 +121,7 @@ class GPU_EXPORT InProcessCommandBuffer : public CommandBuffer,
|
| void SetSurfaceVisible(bool visible) override;
|
| uint32 CreateStreamTexture(uint32 texture_id) override;
|
| void SetLock(base::Lock*) override;
|
| + bool IsGpuChannelLost() override;
|
|
|
| // The serializer interface to the GPU service (i.e. thread).
|
| class Service {
|
|
|