aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-10-02 19:01:55 -0700
committerManish Goregaokar <manishsmail@gmail.com>2019-10-03 12:22:15 -0700
commit1062249fd8457fb01a9d06649a8a1f8d355b1d6d (patch)
treeab7d2b807791ad30ee517f3b99bfdac8598974cf /components/script/dom/mod.rs
parent0780fb0693d46ce321889e5222c5025b800415c2 (diff)
downloadservo-1062249fd8457fb01a9d06649a8a1f8d355b1d6d.tar.gz
servo-1062249fd8457fb01a9d06649a8a1f8d355b1d6d.zip
Make poses nullable
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 d6a6c30b823..598832403e0 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -549,6 +549,7 @@ pub mod xmlserializer;
pub mod xr;
pub mod xrframe;
pub mod xrinputsource;
+pub mod xrinputsourceevent;
pub mod xrpose;
pub mod xrreferencespace;
pub mod xrrenderstate;