commit | a239eb3fb0eb36ab9916a068f8ed26982c06fe7e | [log] [tgz] |
---|---|---|
author | Bo Liu <boliu@chromium.org> | Mon Mar 11 23:59:30 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 11 23:59:30 2024 |
tree | 606c9a90e2bba0e80ae348c2dd8ac5911af3b770 | |
parent | 8f1a684bdb2d10a246b3c18cbef59df4cfa90f53 [diff] |
Do not use BGRX on Android for ChromiumImage Android uses AHardwareBuffer backing which does not support BGRA/X format. So disable the code for Android. The conditions for using BGRX in drawing_buffer is already fairly complex and arbitrary, and this is just adding to the complexity until shared image support / capabilities can be sent to clients declaratively. Bug: 40288143 Change-Id: I8dea4737b081d0db720a291c9c33acaeda248458 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5361533 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Bo Liu <boliu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1271265}
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.