commit | d26daaa94c5b95449718d8e53c8b2b1203226588 | [log] [tgz] |
---|---|---|
author | Yuzhu Shen <yzshen@chromium.org> | Wed Oct 11 17:17:58 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 11 17:17:58 2023 |
tree | a0dd9594f26ab817e116c7c8e512fc03fecaa9cf | |
parent | f2489418461662dc765cda3eec6dc0350a079ebf [diff] |
ExoAutoNeedsBeginFrame: fix unsolicited frame submission. With ExoAutoNeedsBeginFrame enabled: Previously, in some corner cases, LayerTreeFrameSinkHolder could get stuck in an weird state: it has a cached frame and decides not to submit it as an unsolicited frame, while at the same time the viz side is not set to send BeginFrames. The issue caused tast tests arc.RemovableMedia and arc.MyFiles to be flaky. Bug: b/303290441 Change-Id: I87d9cdccbccb330eec1181635b2abd571fff1f17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4919609 Commit-Queue: Yuzhu Shen <yzshen@chromium.org> Reviewed-by: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/main@{#1208339}
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.