| Index: chrome/renderer/gpu_channel_host.h
|
| diff --git a/chrome/renderer/gpu_channel_host.h b/chrome/renderer/gpu_channel_host.h
|
| index 42eebba287a45656a692c553725ea3ab27cdbcbf..8f14841d4049a34e4142526d67729117161b145e 100644
|
| --- a/chrome/renderer/gpu_channel_host.h
|
| +++ b/chrome/renderer/gpu_channel_host.h
|
| @@ -48,6 +48,9 @@ class GpuChannelHost : public IPC::Channel::Listener,
|
|
|
| State state() const { return state_; }
|
|
|
| + // Change state to kLost.
|
| + void SetStateLost();
|
| +
|
| // The GPU stats reported by the GPU process.
|
| void set_gpu_info(const GPUInfo& gpu_info);
|
| const GPUInfo& gpu_info() const;
|
|
|