commit | f5d4418b66e4a6102e750b5e3fa8570fe173fadc | [log] [tgz] |
---|---|---|
author | Vasiliy Telezhnikov <vasilyt@chromium.org> | Tue Oct 11 15:19:11 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 11 15:19:11 2022 |
tree | 5f042e802087b6ccc0eef3b7b1117604de6e5225 | |
parent | df9b73b4d92c46ab89144e5e415d17c503ca67de [diff] |
Fix crash in OnUpdateBufferTransactionAck on Android T Android T has a bug where ASurfaceControl will be completely missing from ASurfaceTransactionStats if the nullptr buffer was passed. To mitigate this we create 1x1 buffer instead. Surface is hidden before this buffer is set, so it should never be visible. Bug: 1370304 Change-Id: Iac6928bfbbc6cba14f62a3cb2541c141c62c8cf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3938541 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Bo Liu <boliu@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1057467}
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.