DescriptionGpu process restart fix.
If the gpu process dies, CommandBufferProxy might be the first one to find out about it. When the context is being created, GpuChannelHost still thinks there is no error. It will send CreateViewCommandBuffer message to establish a communication channel, which will fail, and GPU process will not restart. To prevent that, we set GpuChannelHost state to lost as soon as CommandBufferProxy finds out about it.
BUG=58785
TEST=open a composited tab, in another tab go to about:gpucrash
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72023
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|