commit | 15c930dafdcf822e57683c311ad51a2bc545d54b | [log] [tgz] |
---|---|---|
author | Robert Flack <flackr@chromium.org> | Thu Jun 06 18:57:40 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 06 18:57:40 2024 |
tree | df11fe8157252daf5121bc8924c78979172367b5 | |
parent | 182efdf2e29db12b0c8aa8268a336d5823c63d31 [diff] |
Attach document compositor timelines during paint. Attaching the compositor timeline depends on parts of the commit data structure. Trying to attach it during layout can block on the previous commit completing. Since main does not require use of the compositor timeline structures it can be initialized late when we are committing the frame. Bug: 344606390 Change-Id: I329e11209db6e2798195ff5606bdb80830278a38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5605324 Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1311451}
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.