commit | 1f8cde73c07ccf337af765e1a44a80bd751d7b78 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Mon Dec 18 10:08:27 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 18 10:08:27 2023 |
tree | 452294644ed2219e237f11d4d6223b0a781e1c68 | |
parent | 500d3147654488740e38b09d3e5e9fd2dbda5210 [diff] |
[viz] Add needed test support for manipulating MappableSI An upcoming conversion [1] will need support for the following: - Failing to create a MappableSharedImage. - Creating a MappableSharedImage backed by a test GMB. This CL adds this support. We separate it out from the actual conversion so that the test support sticks in case the conversion gets reverted. [1] https://chromium-review.googlesource.com/c/chromium/src/+/5119550 Bug: 1431497 Change-Id: I47e76798942ae4ff3c5cb9e141471f8524c02cbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5123393 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1238544}
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.