Avoid spurious fatal context creation failures during GPU proc shutdown

With VizDisplayCompositor, GPU proc shutdown is now asynchronous. After
a robustness-based context loss, we need to restart the GPU proc as
things become unstable. When we do this with async shutdown, we can
allow new context provider requests to sneak through. Due to the bad
state of the process, these fail with kFatal.

We now ignore these requests during shutdown as they're expected to
fail.

Bug: 905372
Change-Id: I660c95f799303e673669e903c32967a7f26e09c7
Reviewed-on: https://chromium-review.googlesource.com/c/1397321
Commit-Queue: Eric Karl <ericrk@chromium.org>
Reviewed-by: Antoine Labour <piman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#620488}
5 files changed