DescriptionFix at_exit error in video_decode tests
ui::OzoneGpuTestHelper needs to be uninstantiated in TearDown() since it
creates a base::Thread which wants to register with the AtExitManager.
However the AtExitManager runs out of scope before the
testing::Environment.
BUG=447798
TEST=compile and run ./video_decode_accelerator_unittest (I had
https://codereview.chromium.org/938873002/ applied as well to make sure
tests succeed)
Committed: https://crrev.com/c7a207e106d84ac81344a7c7cef8394ed672f0a3
Cr-Commit-Position: refs/heads/master@{#319148}
Patch Set 1 #Patch Set 2 : if def #Patch Set 3 : rebased #Patch Set 4 : rebase #Messages
Total messages: 21 (9 generated)
|