servo/components/webgl/webgl_mode
sagudev 03dbf9b6f7
webgl: Replace webrender API with compositor API for images handling (#37714)
Like in #37713, instead of updating images directly with webrender api
we use the compositor api. We still keep webrender api available in
webgl, because that's where we do shutdown, due to GL.

Testing: Existing WPT tests

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
2025-06-26 09:06:24 +00:00
..
inprocess.rs webgl: Replace webrender API with compositor API for images handling (#37714) 2025-06-26 09:06:24 +00:00
mod.rs