commit | 18e1827cd3beac5a0b8b769fa4f97491a66942fb | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Tue Nov 14 08:26:06 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 14 08:26:06 2023 |
tree | cffd807923d3b0aa82a0c56c7618a61bc5850a23 | |
parent | 5ea833e668cf511740a371fa562343f62bf9817e [diff] |
[//ash] Convert callers of MapSharedImage() to pass ClientSharedImage Step toward the elimination of MapSharedImage(Mailbox). There is no functional change, as MapSharedImage(client_si) calls through to MapSharedImage(client_si->mailbox()). Note: UiResource::client_shared_image() is guaranteed to be non-null in RoundedDisplayFrameFactory::Paint() and ViewTreeHostRootViewFrameFactory::Paint() as both of those classes call UiResource::SetClientSharedImage() when creating UiResources with MappableSI enabled (in RoundedDisplayFrameFactory::CreateUiResource() and ViewTreeHostRootViewFrameFactory::CreateUiResource() respectively). Bug: 1500612 Change-Id: Ibbd1636e5e46a246fea11d72812d5ca6e55fbdc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5019487 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/main@{#1224137}
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.