commit | 09b3ed3c899aeae89a4eddc16b46f1ac95f8ffa6 | [log] [tgz] |
---|---|---|
author | Xianzhu Wang <wangxianzhu@chromium.org> | Mon Mar 25 19:34:57 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 25 19:34:57 2024 |
tree | 501007ebff974644784e2ffece23d89a198bf992 | |
parent | 8b64b26d720fedc3fecacbae60b46159124328d3 [diff] |
Mark some paint classes STACK_ALLOCATED() Also remove unnecessary raw_ptr/raw_ref from these classes. Temporarily add RAW_PTR_EXCLUSION in some stack scoped classes. They can't use STACK_ALLOCATED() because they are allocated in Vector though the vector itself is stack allocated. Bug: 330759291 Change-Id: Id1afc1becbeec3b6d358522122af7c70dbc7981e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5370643 Reviewed-by: Bartek Nowierski <bartekn@chromium.org> Reviewed-by: Stefan Zager <szager@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1277847}
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.