DescriptionTemporarily remove DCHECK that triggers during hardware teardown.
The logic that this DCHECK checks is correct, but during hardware
teardown the tracking information is also reset, even though the sync
RequestDrawGL has not set up the tracking info that it is resetting,
leaving the tracker in an unexpected state.
Ideally we should be differentiating the DrawGL calls required for
hardware teardown from the normal kModeProcess DrawGL calls, but that
seems to require touching framework code, making it difficult to fix.
BUG=451955
Committed: https://crrev.com/e020a9ef53a39b4010a68925933f4f1de6b83ca6
Cr-Commit-Position: refs/heads/master@{#315002}
Patch Set 1 : Temporarily remove DCHECK #Patch Set 2 : Fix secondary DCHECK failure uncovered after Patch 1 #Patch Set 3 : More speculative changes #
Total comments: 9
Patch Set 4 : Reformat code. #Patch Set 5 : Go back to just removing the DCHECK #Messages
Total messages: 13 (2 generated)
|