| commit | f6a0462637319ebc877bc6bb8045be8ed220d0cc | [log] [tgz] |
|---|---|---|
| author | Zhenyao Mo <zmo@chromium.org> | Thu Jul 24 23:32:04 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 24 23:32:04 2025 |
| tree | 2999173280b58e789122cf5e9671bb9df58c3282 | |
| parent | fcf0fc21d96d59ad9bcbfeb2925affd24390d73e [diff] |
Use client side next_frame_token instead of generating viz's own. In TreesInViz mode, LayerTreeHostImpl's frame token generator works on their own in both renderer/client and viz. This causes a problem because GPU process may crash and reset the token generator, leading to next frame's token is less than previous frame's one, thus, invalid mojo message and crash. With this CL, we pass client side next_frame_token to viz, and use it instead of generating viz's own. TEST=bots R=vmiura@chromium.org Bug: 432349602 Change-Id: Ib8eb5c04a854a75231b18e07c2833e62872b2a13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6769567 Auto-Submit: Zhenyao Mo <zmo@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1491721}
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.