mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
feat(constellation): expose msg for bluetooth thread
This commit is contained in:
parent
3695fc4efc
commit
c141090d61
4 changed files with 24 additions and 5 deletions
|
@ -526,7 +526,9 @@ fn create_constellation(user_agent: Cow<'static, str>,
|
|||
webgl_threads,
|
||||
webvr_chan,
|
||||
};
|
||||
let (constellation_chan, from_swmanager_sender) =
|
||||
let (constellation_chan,
|
||||
from_swmanager_sender,
|
||||
from_bluetoothmanager_sender) =
|
||||
Constellation::<script_layout_interface::message::Msg,
|
||||
layout_thread::LayoutThread,
|
||||
script::script_thread::ScriptThread>::start(initial_state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue