mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Store a Sender<ConstellationControlMsg> in LayoutTask.
This commit is contained in:
parent
4f9ec8915d
commit
fdafc5c360
4 changed files with 11 additions and 13 deletions
|
@ -351,7 +351,7 @@ impl PipelineContent {
|
|||
self.pipeline_port.unwrap(),
|
||||
self.constellation_chan,
|
||||
self.failure,
|
||||
self.script_chan.clone(),
|
||||
self.script_chan.0.clone(),
|
||||
self.layout_to_paint_chan.clone(),
|
||||
self.image_cache_task,
|
||||
self.font_cache_task,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue