feat(constellation): expose msg for bluetooth thread

This commit is contained in:
OJ Kwon 2018-04-04 13:49:43 -07:00
parent 3695fc4efc
commit c141090d61
No known key found for this signature in database
GPG key ID: FFCFEF3460FD1901
4 changed files with 24 additions and 5 deletions

View file

@ -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);