commit | 770afe640127620b377038372fb028fef8928e9b | [log] [tgz] |
---|---|---|
author | Vasiliy Telezhnikov <vasilyt@chromium.org> | Sat Nov 04 01:06:00 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Nov 04 01:06:00 2023 |
tree | 11c785a4d533e23e96d1db23794f1b22214eb53a | |
parent | da2f155c8d846c3c047c8beeffc49ceae3d6b7c1 [diff] |
Remove color_space_when_sampled from TransferableResource Generally colorspaces for chrome composition and overlays should match, but gfx::ColorSpace represent all aspects of color space (Primaries, Transfer function, Matrix, Range) and some of them might be not needed for composition (e.g when YUV=>RGB conversion happens inside the gpu driver). DisplayCompositor is aware of all cases and can decide which portion of the color space to use, there is no need to client to guess. Change-Id: I8fad092c5f5b2b2058a82c79c60c1968c1a1dc76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4979672 Reviewed-by: Joe Mason <joenotcharles@google.com> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Kyle Charbonneau <kylechar@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1219835}
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.