commit | b1f61bde556c1b276087475977466b6a791fdbbd | [log] [tgz] |
---|---|---|
author | Dave Tapuska <dtapuska@chromium.org> | Tue Feb 06 14:49:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 06 14:49:34 2024 |
tree | 483995d735a6949c44df3245cf83be6420f0c3d9 | |
parent | 8e30f2f6421fb627fb1e253b72e7667a4832f2b2 [diff] |
Fix dangling ptr in HUD display UpdateHudTexture might not get called if the frame is not drawn leaving a dangling ptr. Implement LayerImpl::DidDraw in HeadsUpDisplayLayerImpl so we always clear the placeholder_quad even if drawing didn't happen. Change-Id: I674175876289d859d2a7a569d5af8399ee6c19e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5268333 Reviewed-by: Kyle Charbonneau <kylechar@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1256732}
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.