commit | 48c3c19963118ea4ce602715962f98ce4b9c96da | [log] [tgz] |
---|---|---|
author | Peter Kasting <pkasting@chromium.org> | Thu Jan 02 20:39:06 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 02 20:39:06 2025 |
tree | fec6a4b44466c021f85f18c58f7736d33647fb86 | |
parent | 7c2e054f136e4f05f2be971ca3823ea1b68322e4 [diff] |
Make VectorIconRep an aggregate. There's no need to provide constructors, so don't. Because span's constructor from (pointer, size) is explicit, this breaks callers who expect it to be implicitly invocable. Luckily, the shorter, clearer construction from an array works implicitly. Bug: 343248822, 364987728 Change-Id: Ia7ac0b6e3ec5e12405545bb7d702ea560250d1dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6133458 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Owners-Override: David Yeung <dayeung@chromium.org> Reviewed-by: Evan Stade <estade@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1401554}
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.