mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Event to make a browser visible
This commit is contained in:
parent
6876e42d66
commit
d9e7bdd7f6
4 changed files with 32 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue