mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
Currently, only the first `Painter` is used for all operations in the `Compositor`. This change modifies the compositor API and message handling to allow routing the operations to the correct `Painter` via a provided `PainterId` or `WebViewId`. This change is to enable support for per-`WebView`s `RenderingContext`s. Testing: This change shouldn't change behavior, so existing WPT tests should cover it. --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
156 KiB
156 KiB