aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2018-12-19 16:48:44 -0800
committerManish Goregaokar <manishsmail@gmail.com>2018-12-19 16:48:44 -0800
commit73c530344cdae436eddcfb282ebd657758d21566 (patch)
treed4dfc4172779eb3217fc9bef1a810698c309ad3b /components/script/dom/mod.rs
parent31feb1eca2fb4570664446efc604ca82344a3868 (diff)
downloadservo-73c530344cdae436eddcfb282ebd657758d21566.tar.gz
servo-73c530344cdae436eddcfb282ebd657758d21566.zip
Basic XRView interface
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 89c36a7a08e..aae84c5bdd5 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -524,5 +524,6 @@ pub mod xrreferencespace;
pub mod xrsession;
pub mod xrspace;
pub mod xrstationaryreferencespace;
+pub mod xrview;
pub mod xrviewerpose;
pub mod xrwebgllayer;