commit | 9c0730e6cb7dbf31e7ea2cffaead8e0db50b5572 | [log] [tgz] |
---|---|---|
author | Michael Tang <tangm@microsoft.com> | Fri Apr 19 17:41:01 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 19 17:41:01 2024 |
tree | 95caac507c5719eae01bdcd9b3854e9b31bc5356 | |
parent | 12744a4bf5223f549d0510e98bd2dd817bd5fc08 [diff] |
viz: Handle color conversion for HDR content with SkCanvas::saveLayer Instead of adding a color conversion pass during surface aggregation. Copy output requests should work fine since Skia will do a color conversion for us, albeit at the cost of an extra copy. Bug: 41497086 Change-Id: Ife409e0b20db1f92a8fdef71fb542fd34aee4c98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5320471 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Michael Tang <tangm@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1290036}
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.