aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2020-08-04 15:10:01 -0500
committerAlan Jeffrey <ajeffrey@mozilla.com>2020-08-04 15:10:01 -0500
commitd255dc9f7b9468aa243a43c91c8567c71afe8c60 (patch)
tree790ffd49f34a8480fc2837259c27e754fd08edc5 /components/script/dom/mod.rs
parent754019f6bc4cce22177abb2e6ab2ee6bfb10427c (diff)
downloadservo-d255dc9f7b9468aa243a43c91c8567c71afe8c60.tar.gz
servo-d255dc9f7b9468aa243a43c91c8567c71afe8c60.zip
Add a dummy implementation of all the XR Layer types
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 30681be0ff2..76ed789e8ad 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -599,6 +599,10 @@ pub mod xmlhttprequest;
pub mod xmlhttprequesteventtarget;
pub mod xmlhttprequestupload;
pub mod xmlserializer;
+pub mod xrcompositionlayer;
+pub mod xrcubelayer;
+pub mod xrcylinderlayer;
+pub mod xrequirectlayer;
pub mod xrframe;
pub mod xrhand;
pub mod xrhittestresult;
@@ -612,6 +616,8 @@ pub mod xrjointspace;
pub mod xrlayer;
pub mod xrmediabinding;
pub mod xrpose;
+pub mod xrprojectionlayer;
+pub mod xrquadlayer;
pub mod xrray;
pub mod xrreferencespace;
pub mod xrrenderstate;