Store a Sender<ConstellationControlMsg> in ScriptTask.

This commit is contained in:
Ms2ger 2015-08-12 15:18:17 +02:00
parent 3b1b3fe0a0
commit c05f0906d5
3 changed files with 7 additions and 7 deletions

View file

@ -185,7 +185,7 @@ pub trait ScriptTaskFactory {
parent_info: Option<(PipelineId, SubpageId)>,
compositor: ScriptListener,
layout_chan: &OpaqueScriptLayoutChannel,
control_chan: ScriptControlChan,
control_chan: Sender<ConstellationControlMsg>,
control_port: Receiver<ConstellationControlMsg>,
constellation_msg: ConstellationChan,
failure_msg: Failure,