commit | 913c8e5917aa3aeb4ed00fe567f08c15c7d3f973 | [log] [tgz] |
---|---|---|
author | Peng Huang <penghuang@chromium.org> | Wed May 24 21:16:02 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 24 21:16:02 2023 |
tree | 01798243155b3e2d27f02580fcb25ef5b028df50 | |
parent | 32518b9b1afed649f66dc49a245aa7ce96952cda [diff] |
graphite: fix a crash in SkiaOutputDeviceDawn With the recent dawn change https://dawn-review.googlesource.com/c/dawn/+/133462 GetCurrentTextureView() will return the last ref of a TextureView, so we need use a local variable wgpu::TextureView to keep it alive until SkSurfaces::WrapBackendTexture() is returned. Bug: 1434131 Change-Id: I572b88d66994b10e295131fe8937122fec8c4b65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4563994 Auto-Submit: Peng Huang <penghuang@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by: Saifuddin Hitawala <hitawala@chromium.org> Cr-Commit-Position: refs/heads/main@{#1148762}
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.