mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
Store a Sender<ConstellationControlMsg> in ScriptTask.
This commit is contained in:
parent
3b1b3fe0a0
commit
c05f0906d5
3 changed files with 7 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue