-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Support multiple RenderingContexts #40261
Copy link
Copy link
Description
This bugs tracks support for allowing multiple RenderingContexts. This means that a WebView might share a RenderingContext with another WebView or it might not. RenderingContexts may come from the same window or they might not. Each RenderingContext would have its own WebRender state and image and font uploads would be managed properly.
Requirements:
- The structure of the renderer is appropriate for multiple
RenderingContextpainters. - New frames messages are processed per-RenderingContext and only
WebViews with thatRenderingContextare notified. RefreshDrivers are per-RenderingContextand can be shared between them.FontandImageuploads and management are processed per-RenderingContext- WebGL/WebGPU/etc are run per-
RenderingContext WebViewBuildershould take aRenderingContextto specify where it renders #13995
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels