DescriptionAdd missing null check to AVDA deferred rendering shutdown path.
If the GVD tears down AVDA before Initialize is called on the
strategy, usually due to an unsupported format, then the deferred
rendering backing strategy would access |shared_state_| before it
was initialized.
It now detects this, and skips all cleanup if Initialize wasn't
ever called.
BUG=580335
Committed: https://crrev.com/426b349ca21fe6e023caf76f6a92deba79fd9525
Cr-Commit-Position: refs/heads/master@{#371324}
Patch Set 1 #Patch Set 2 : ran cl format #Messages
Total messages: 10 (5 generated)
|