commit | 3ed95d28f8fb2d5836d64e5244b15bd3455c3252 | [log] [tgz] |
---|---|---|
author | vikas soni <vikassoni@chromium.org> | Thu Oct 31 22:21:48 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 31 22:21:48 2024 |
tree | f7f2228ae83fed48b021cc4a40eca756bafefd93 | |
parent | 767322138603dc5eba9735166d090c68f66fcff3 [diff] |
Always copy Accelerated StaticBitmapImages before sending it over IPC. Always copy Accelerated StaticBitmapImages to a new cloned image before sending it over to another receiver/process via IPC. This is currently required to workaround a meet hang caused by lifetime issues related to how StaticBitmapImage are sent over to other processes. Bug: 374812177 Change-Id: Ic8cac0f427f68e5dbd811c9f429afc19c3e30ac5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5981261 Reviewed-by: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: ccameron chromium <ccameron@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Reviewed-by: ccameron chromium <ccameron@chromium.org> Cr-Commit-Position: refs/heads/main@{#1376639}
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.