commit | e8a641ebc6fc8209f18ec4410913c27bf4988685 | [log] [tgz] |
---|---|---|
author | Peng Huang <penghuang@chromium.org> | Mon Jun 28 18:16:06 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 28 18:16:06 2021 |
tree | 05a29e1610e225aec2685489c2621824cf71cdea | |
parent | 9aab605de8169b1df0ead42b04c461947a91a329 [diff] |
Fix crash in DoDescheduleUntilFinishedCHROMIUM() gl::GLFence::Create() can return nullptr, in this case the DoDescheduleUntilFinishedCHROMIUM() will crash. Fix the problem by marking context lost if gl::GLFence::Create() returns nullptr. Bug: 1221094 Change-Id: I87bd654e4486330c9dc15fb7d8e668acfb29d779 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2971647 Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#896571}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.