commit | d9c5d73a8907a4f08df791bff47494df924db1fe | [log] [tgz] |
---|---|---|
author | Xianzhu Wang <wangxianzhu@chromium.org> | Wed Jan 24 16:18:37 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 24 16:18:37 2024 |
tree | 80272cf0f7fbe48542e322547f13fb64cf1f1b3d | |
parent | 7abe43e2c2ae82e775eb76790adf5e7673869b1a [diff] |
Move directly-composited-image fields from PictureLayer To RecordingSource The fields are computed by DisplayItemList. Storing them in RecordingSource can simplify code by - Removing the needs to push these fields separately from main to impl and pending to active; - Avoiding the callback to PictureLayerTilingClient. As there would be only 2 fields remaining in PictureLayerInputs, the fields are moved out of the struct and PictureLayerInputs is removed. Bug: 1517714 Change-Id: I03975140b0d7d7c7aab52b2025f8f34ce30883e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5228121 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: Vladimir Levin <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1251433}
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.