| 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 a85b38fc87af93d325033929485f28474b0610a7..b74874ae68ae55fc573b39f90c2046b27719ea11 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -207,6 +207,10 @@ class CommandBufferProxyImpl
|
| // Updates the highest verified release fence sync.
|
| void UpdateVerifiedReleases(uint32_t verified_flush);
|
|
|
| + // Loses the context after we received an invalid message/reply from the GPU
|
| + // process.
|
| + void InvalidGpuMessage();
|
| +
|
| // The shared memory area used to update state.
|
| gpu::CommandBufferSharedState* shared_state() const;
|
|
|
|
|