commit | eceb54e91bec94216b8032b8fa8bc10d14d01149 | [log] [tgz] |
---|---|---|
author | Paul Semel <paulsemel@chromium.org> | Tue Aug 16 15:59:28 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 16 15:59:28 2022 |
tree | c3c2ddbef14141c4f908029bd5a87cb76e14b27e | |
parent | a3d78249564a45fa80f845ec070aaab74ae204fb [diff] |
DanglingPtr: triage dangling ptr in SkiaRenderer Investigating the code, we can be confident `this` won't outlive `skia_output_surface_`, as the latter is stored as a unique_ptr in its direct parent (as well as `this`). Moreover, the declaration order of the two fields are correct in terms of dependency. Bug: 1291138 Change-Id: I1f5e4a76049c766a0ce052926f0dab0cd707f397 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3833537 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Peng Huang <penghuang@chromium.org> Commit-Queue: Paul Semel <paulsemel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1035540}
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.