| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
GL implementation used. The code has been this way for 3 years (sinceThe only other one is `kGLImplementationDisabled`, but we can't reach the code in this case because of [this](https://source.chromium.org/chromium/chromium/src/+/main:gpu/ipc/service/gpu_init.cc;drc=128f35b3fb019f2fa67e1e798e113ed95f766096;l=758).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
GL implementation used. The code has been this way for 3 years (sinceThe only other one is `kGLImplementationDisabled`, but we can't reach the code in this case because of [this](https://source.chromium.org/chromium/chromium/src/+/main:gpu/ipc/service/gpu_init.cc;drc=128f35b3fb019f2fa67e1e798e113ed95f766096;l=758).
Thanks for flagging this! I had intuitively thought that we wouldn't be going into this code if GL was disabled, but I neglected to actually verify that assumption. Added to the CL description here.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[//ui] Streamline GLEGLUtilityX11::CollectGpuExtraInfo()
This code is effectively a no-op in production now as the only two
GL implementations used are (a) ANGLE and (b) kGLImplementationDisabled,
does not reach this code [1]. The code has been this way for 3 years
(since the passthrough decoder shipped 100% on Linux), and we are not
actively looking to bring up support in ANGLE's GLX backend. Make the
method into a no-op to start the chain of cleanup that we'll do here.
[1] https://source.chromium.org/chromium/chromium/src/+/main:gpu/ipc/service/gpu_init.cc;drc=128f35b3fb019f2fa67e1e798e113ed95f766096;l=758
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |