commit | 07e126be7e9f10853a3f5fa79bd667778c012284 | [log] [tgz] |
---|---|---|
author | Stefan Zager <szager@chromium.org> | Fri Oct 18 18:44:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 18 18:44:43 2024 |
tree | 44570dd7736adf21c653d8f191b0d1ff58e05ac8 | |
parent | 3ee26c2c4fc9f52388f7bc07bb609b7f35e94631 [diff] |
Add concept of "external dependency" to cc::TileTask This will allow a raster task to depend on a non-raster task and vice versa. Note that in the naming conventions of this patch, an "external dependency" can be either a raster task or a non-raster task, depending on the context. There are no callers (yet) to TileTask::SetExternalDependent, so this change doesn't yet have any effect. Bug: chromium:373352104 Change-Id: I50e293839f6e5c61d386977509099d9a8ce1430d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5896050 Reviewed-by: Vladimir Levin <vmpstr@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/main@{#1370745}
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.