Correctly handle GPU process launch failure
GpuProcessHost::ReportProcessCrash incorrectly early-outs in case of process launch failure, and fails to trigger fallback, causing a retry loop. Instead, correctly track if DidFailInitialize happened (which caused a fallback) and only early-out in that case. Bug: 876921 Change-Id: I561de5d73ce8afddf920fa3ff141524bd5797733 Reviewed-on: https://chromium-review.googlesource.com/c/1333129Reviewed-by:Victor Miura <vmiura@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#607702}
Showing
Please register or sign in to comment