diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2020-04-07 16:05:36 -0500 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2020-04-08 20:23:41 -0500 |
commit | c611e46381c9b813aa134ac34b631145ef0c8672 (patch) | |
tree | 7b01b33a340a2b9be21ca208d40b508dff9610f0 /components/script/dom/mod.rs | |
parent | d8781c1054ec268f19f3e716f2b5d6b56aab52cf (diff) | |
download | servo-c611e46381c9b813aa134ac34b631145ef0c8672.tar.gz servo-c611e46381c9b813aa134ac34b631145ef0c8672.zip |
Remove WebVR
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 6cd85a3db60..dcc9af258cd 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -316,6 +316,7 @@ pub mod gamepadbutton; pub mod gamepadbuttonlist; pub mod gamepadevent; pub mod gamepadlist; +pub mod gamepadpose; pub mod globalscope; pub mod gpu; pub mod gpuadapter; @@ -532,14 +533,6 @@ pub mod vertexarrayobject; pub mod videotrack; pub mod videotracklist; pub mod virtualmethods; -pub mod vrdisplay; -pub mod vrdisplaycapabilities; -pub mod vrdisplayevent; -pub mod vreyeparameters; -pub mod vrfieldofview; -pub mod vrframedata; -pub mod vrpose; -pub mod vrstageparameters; pub mod vttcue; pub mod vttregion; pub mod webgl_extensions; |