Store a Sender<ConstellationControlMsg> in LayoutTask.

This commit is contained in:
Ms2ger 2015-08-12 15:55:16 +02:00
parent 4f9ec8915d
commit fdafc5c360
4 changed files with 11 additions and 13 deletions

View file

@ -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,