Fix lost context recreation race in BrowserGpuChannelHostFactory
An existing GPU process may have died between the last message we sent on its channel and the next time we try to establish a new GPU channel. In that case, we would re-use the GpuProcessHost but fail on the Send. When that happens, we want to retry with a fresh GPU process. BUG=129067 Review URL: https://chromiumcodereview.appspot.com/10852012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149993 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment