mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
This moves WebGL component from IpcChannel to GenericChannel. Of note are the following changes: - Removal of WebGlSender and WebGlReceiver type alias. As we removed them in a similar component earlier. - Moving from IpcByteSender to IpcSender over serde_bytes::ByteBuf. I think the tradeoff for easier reading is worth it. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com> Testing: Compilation and unit tests. --------- Signed-off-by: Narfinger <Narfinger@users.noreply.github.com> Co-authored-by: Sam <16504129+sagudev@users.noreply.github.com>