Event to make a browser visible

This commit is contained in:
Paul Rouget 2017-07-15 07:36:31 +02:00
parent 6876e42d66
commit d9e7bdd7f6
4 changed files with 32 additions and 2 deletions

View file

@ -765,6 +765,8 @@ pub enum ConstellationMsg {
WebVREvents(Vec<PipelineId>, Vec<WebVREvent>),
/// Create a new top level browsing context.
NewBrowser(ServoUrl, IpcSender<TopLevelBrowsingContextId>),
/// Make browser visible.
SelectBrowser(TopLevelBrowsingContextId),
}
/// Resources required by workerglobalscopes