commit | 200abd62a22a433cc155d6718c2718693654aa61 | [log] [tgz] |
---|---|---|
author | kylechar <kylechar@chromium.org> | Thu Apr 04 22:57:13 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 04 22:57:13 2019 |
tree | 2dc09abb10a0676ae58d83ace6eb5913ea948610 | |
parent | 0ddf56ea95849b6ac267a2d5ebb31d30968db78a [diff] |
Make VizCompositorThread TYPE_DEFAULT on Windows. When Chrome is launched by a service in a console session, which seems to how Chrome is launched from some automation frameworks, creating a message only window for MessagePumpForUI fails in the GPU process. As a result VizCompositorThread fails to run any tasks and nothing is ever drawn, see https://crbug.com/942023. The display compositor thread was originally made TYPE_UI on Windows in https://crrev.com/c/1025954. This was to allow using a child HWND created in the GPU process for software composited output. That code was deleted in https://crrev.com/c/1450399 so the thread shouldn't need to be TYPE_UI anymore. Bug: 942023 Change-Id: I2a7dbf46a3a772b5ab1a9a20367d3e7f08116cbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549763 Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#647967}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .