mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Expose webxr registry to window
This commit is contained in:
parent
305312e93b
commit
5f69a9e66a
2 changed files with 10 additions and 0 deletions
|
@ -2975,6 +2975,7 @@ impl ScriptThread {
|
|||
incomplete.navigation_start_precise,
|
||||
self.webgl_chan.as_ref().map(|chan| chan.channel()),
|
||||
self.webvr_chan.clone(),
|
||||
self.webxr_registry.clone(),
|
||||
self.microtask_queue.clone(),
|
||||
self.webrender_document,
|
||||
self.webrender_api_sender.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue