Fix low end device content_browsertests
The CL fixes two problems which cause the test failure. 1. Vulkan surface is destroyed asynchronousl. When chrome re-creates vulkan surface with the same AWindow, the old vulkan surface may still exist. And then the new vulkan surface creation will fail. 2. GrContext is abandoned when chrome goes into background, and then the same GrContext will be reused when chrome goes back to foreground again. Bug: 1033170,1012282,1048692 Change-Id: Iedcb524d1215329c89c32fb633414e167e77bd15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036442 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#738322}
Showing
Please register or sign in to comment