| Index: content/common/gpu/client/command_buffer_proxy_impl.h
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| index cf73174c4287a9758553821b5a24e7ea4a23c35d..f418a5b5fbe9c0d51473e7207100b06b5ac34c49 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -118,6 +118,7 @@ class CommandBufferProxyImpl
|
| void SetSurfaceVisible(bool visible) override;
|
| uint32 CreateStreamTexture(uint32 texture_id) override;
|
| void SetLock(base::Lock* lock) override;
|
| + bool IsGpuChannelLost() override;
|
|
|
| int GetRouteID() const;
|
| bool ProduceFrontBuffer(const gpu::Mailbox& mailbox);
|
|
|