diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2020-08-04 15:10:01 -0500 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2020-08-04 15:10:01 -0500 |
commit | d255dc9f7b9468aa243a43c91c8567c71afe8c60 (patch) | |
tree | 790ffd49f34a8480fc2837259c27e754fd08edc5 /components/script/dom/mod.rs | |
parent | 754019f6bc4cce22177abb2e6ab2ee6bfb10427c (diff) | |
download | servo-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.rs | 6 |
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; |