mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement user interaction task source
This commit is contained in:
parent
12a96f7194
commit
cc049515dc
8 changed files with 71 additions and 59 deletions
|
@ -277,7 +277,7 @@ impl Window {
|
|||
self.dom_manipulation_task_source.clone()
|
||||
}
|
||||
|
||||
pub fn user_interaction_task_source(&self) -> Box<ScriptChan + Send> {
|
||||
pub fn user_interaction_task_source(&self) -> UserInteractionTaskSource {
|
||||
self.user_interaction_task_source.clone()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue