DescriptionFix context sharing between channels to be order-independent.
Ensuring order of channel recreation after a GPU process death is very hard.
With this there's not need. A channel is either shared or not, all the "shared"
channels share their context together, every other one doesn't share with
anything. More restrictive but it's enough for our needs.
BUG=116913
TEST=chrome --ui-use-gpu-process, kill GPU process, observe GpuChannelManager::OnEstablishChannel crash doesn't happen.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=125521
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|