aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrjointspace.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/xrjointspace.rs')
-rw-r--r--components/script/dom/xrjointspace.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/components/script/dom/xrjointspace.rs b/components/script/dom/xrjointspace.rs
index 57b0b88f761..34750b7814b 100644
--- a/components/script/dom/xrjointspace.rs
+++ b/components/script/dom/xrjointspace.rs
@@ -2,14 +2,15 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
+use dom_struct::dom_struct;
+use euclid::RigidTransform3D;
+use webxr_api::{BaseSpace, Frame, InputId, Joint, JointFrame, Space};
+
use crate::dom::bindings::reflector::reflect_dom_object;
use crate::dom::bindings::root::DomRoot;
use crate::dom::globalscope::GlobalScope;
use crate::dom::xrsession::{ApiPose, XRSession};
use crate::dom::xrspace::XRSpace;
-use dom_struct::dom_struct;
-use euclid::RigidTransform3D;
-use webxr_api::{BaseSpace, Frame, InputId, Joint, JointFrame, Space};
#[dom_struct]
pub struct XRJointSpace {