commit | be42d41c6a52d3fd2bfac29a62ade9f73f7579e0 | [log] [tgz] |
---|---|---|
author | kylechar <kylechar@chromium.org> | Wed Nov 17 18:40:37 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 17 18:40:37 2021 |
tree | d2bbcb27630450f9bc2acc12c84c25075dedec98 | |
parent | fedef5880a071b6eb7c36b7fa8b2938dc7aac078 [diff] |
Set release fence from BeginPresent() If PresenterImageFuchsia is destroyed while there is a pending present then |scoped_overlay_read_access_| may not have had a release fence set on it. When |scoped_overlay_read_access_| is destroyed this will violate expectation that the semaphore passed to ExternalVkImageBacking::EndAccessInternal() is not null. Switch PresenterImageFuchsia so the semaphore is set in BeginPresent() rather than EndPresent(). This matches the behaviour before when it was using a skia representation for scoped read access instead of an overlay representation. Bug: b/206492798 Change-Id: I886ed4a94732685da5274f3933f7075de0ce0101 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3289883 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/main@{#942721}
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.