commit | 922ffdd9e76bb76969e5c5902f3773bbe17d0ccd | [log] [tgz] |
---|---|---|
author | John Abd-El-Malek <jam@chromium.org> | Fri Apr 30 19:15:50 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 30 19:15:50 2021 |
tree | 2ee4b700ff2f3d8428a31ec6f82be186b9edcddf | |
parent | ab0980f2bd8ece18d98f5245606e085f3f0e5a3c [diff] |
Keep HostGpuMemoryBufferManager on the UI thread when ProcessHostOnUI is on. This undoes the changes in r873954 which moved it to the IO thread, since that turned out to be complicated. https://crrev.com/c/2845201 instead fixes the deadlock to avoid the need to use two threads. Bug: 904556 Change-Id: I930c9ac502f553c8b4753c2f3226c1e14589a8bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2855821 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#878028}
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.