commit | 9bee82c0e85774c36c52d9ba0a9a3d9f4f54fe15 | [log] [tgz] |
---|---|---|
author | Ilya Nikolaevskiy <ilnik@chromium.org> | Wed May 19 19:45:16 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 19 19:45:16 2021 |
tree | 9639dc9ea3578c24a3cc86f5b70cb1e6d0e60e7a | |
parent | d2848e0fd000d30f80c205f6f0acec8e1c89108c [diff] |
Fix failed DCHECKS in windows zero copy path Running with DCHECKS on found several issues: 1) DXGI device manager is used in different threads, so it has to be made thread safe. 2) Mapping mojo calls in ClientGpuMemoryBufferManager may happen on the wrong thread, so posting should be added. Bug: 1120900 Change-Id: Iac52d638f94e1438e31addb6b3f8ed28605a19f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2905619 Auto-Submit: Ilya Nikolaevskiy <ilnik@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#884630}
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.