mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Remove the `WebGLCommandSender` wrapper and return `Option<WebGLChan>` directly from the `webgl_chan` method. Testing: no tests required as runtime behavior is not affected Fixes: #44193 Signed-off-by: Niya Gupta <niyabits@disroot.org>