commit | 4ca4f0a189a39fa688309853ac739f2d107d4e1a | [log] [tgz] |
---|---|---|
author | Stefan Zager <szager@chromium.org> | Fri Sep 06 17:14:06 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 06 17:14:06 2024 |
tree | ce4c95b93f4a8424857ad93d737860f765bfbfdf | |
parent | 37c98d623168526f686e1cd7d0a5d12b7c1e3b74 [diff] |
Cleanup: combine redundant TaskType enums and fields This removes GpuImageDecodeCache::DecodeTaskType and SoftwareImageDecodeCache::DecodeTaskType in favor of ImageDecodeCache::TaskType. It also removes the field ImageDecodeCache::TracingInfo::task_type; its value is already available via other means when needed. Change-Id: Id5496bcca07f06cbf0a9cb1d4748362a019153b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5839562 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by: Vladimir Levin <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1352127}
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.