diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2019-07-05 13:37:10 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2019-07-10 23:12:34 -0700 |
commit | 5f69a9e66a085983073ace7ff7e2df24423d5cbd (patch) | |
tree | 9ef5e2119589b8c69a1f0bfe268532f55124bb9f /components/script/script_thread.rs | |
parent | 305312e93b5cd2bc40d2c6341771eb86eac179a7 (diff) | |
download | servo-5f69a9e66a085983073ace7ff7e2df24423d5cbd.tar.gz servo-5f69a9e66a085983073ace7ff7e2df24423d5cbd.zip |
Expose webxr registry to window
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index e6d91a1bc2e..38ca94953d3 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -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(), |