mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Remove ScriptControlChan.
This commit is contained in:
parent
0aae98e9c0
commit
2cdc043fcf
2 changed files with 1 additions and 6 deletions
|
@ -172,10 +172,6 @@ pub enum CompositorEvent {
|
|||
/// crates that don't need to know about them.
|
||||
pub struct OpaqueScriptLayoutChannel(pub (Box<Any+Send>, Box<Any+Send>));
|
||||
|
||||
/// Encapsulates external communication with the script task.
|
||||
#[derive(Clone)]
|
||||
pub struct ScriptControlChan(pub Sender<ConstellationControlMsg>);
|
||||
|
||||
/// This trait allows creating a `ScriptTask` without depending on the `script`
|
||||
/// crate.
|
||||
pub trait ScriptTaskFactory {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue