commit | 344a078ad317e4c3ada4929325bbef3b9056671a | [log] [tgz] |
---|---|---|
author | Alexander Dunaev <adunaev@igalia.com> | Tue Dec 15 13:44:58 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 15 13:44:58 2020 |
tree | a7a9dba7c53cdf88c6fd0a94b739c3d302fdec4c | |
parent | 47582a8fb09c722145c5e1f6b39408a7c90533ee [diff] |
[ozone/x11] Extracted the GPU data manager visual proxy. This is [1] replicated over the fresh ToT. There is a proxy class that ensures that GPU sends back correct visuals on X11. The class was declared in the anonymous namespace in the content/browser/browser_main_loop.cc, which made it impossible to use on Ozone. This CL extracts the proxy and makes it available to use through the PlatformGLEGLUtility interface. In addition, the obsolete VisualID type used in gfx::GpuExtraInfo is replaced with the x11::VisualId. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2252102 Bug: 789065 Change-Id: I6390ef8bc89cf118944be42fde78fd64a6c3d36d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562182 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Robert Kroeger <rjkroege@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Cr-Commit-Position: refs/heads/master@{#837069}
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 .
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.