mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Proxy all WR interactions for layout/font/script/canvas threads to the compositor
thread. There is now a single RenderApi that is used, and all transactions are serialized through the compositor.
This commit is contained in:
parent
a6016b3a62
commit
75efaa95f5
16 changed files with 344 additions and 261 deletions
|
@ -26,8 +26,6 @@ pub enum ConstellationCanvasMsg {
|
|||
Create {
|
||||
id_sender: Sender<CanvasId>,
|
||||
size: Size2D<u64>,
|
||||
webrender_sender: webrender_api::RenderApiSender,
|
||||
webrender_doc: webrender_api::DocumentId,
|
||||
antialias: bool,
|
||||
},
|
||||
Exit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue