| commit | cdcd9eb78f95986186f92e162c31d1c7f61e4f6c | [log] [tgz] |
|---|---|---|
| author | Kurt Catti-Schmidt <kschmi@microsoft.com> | Mon Feb 24 22:43:21 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 24 22:43:21 2025 |
| tree | b0959ec502200704cb426a4dca33ca9bb5c8fab4 | |
| parent | 2e0bf18efed95d1e32126f951e2619c4e1d6249f [diff] |
[Grid] De-constexpr kNoSubgriddedItemData While moving `GridItemData` to Oilpan, I also had to make `item_data_in_parent_` a Member of `SubgriddedItemData`. Since Oilpan requires Member's to be on the heap, we cannot use `constexpr` for `kNoSubgriddedItemData`. This change instead moves it to a static, so there will only be one runtime instance. No behavioral changes are expected. Bug: 394634504 Change-Id: I98c736fc11b184d3ea30a702fdf4e14e11843042 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6300127 Reviewed-by: Alison Maher <almaher@microsoft.com> Commit-Queue: Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by: Ethan Jimenez <ethavar@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1424167}
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.