commit | 79a80e812deb8052499389bd31a40b8c388cc678 | [log] [tgz] |
---|---|---|
author | Kartar Singh <kartarsingh@google.com> | Wed Jun 04 09:39:13 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 04 09:39:13 2025 |
tree | c7eab295fb0c3b8c89ccb7298d223ae6f657461f | |
parent | ec15680e14905395c9209f8e758887c9b3a9691c [diff] |
[InputVizard] Delay binder calls made in surfaceDestroyed path. When Browser process on Android receives surfaceDestroyed notification from OS it results in root compositor frame sink being destroyed synchronously on VizCompositor thread. With InputVizard being enabled a few extra binder calls are being made in this path. To not block destruction, in this change we are dealaying these binder calls. Bug: 414568877 Change-Id: I9db185267fe087514d5453ddfc5816a5261606a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6615041 Reviewed-by: Jonathan Ross <jonross@chromium.org> Commit-Queue: Kartar Singh <kartarsingh@google.com> Cr-Commit-Position: refs/heads/main@{#1469203}
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.