aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrstationaryreferencespace.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-04-03 10:46:41 -0700
committerManish Goregaokar <manishsmail@gmail.com>2019-04-03 23:55:33 -0700
commitf9c25c612a84fe9c07ceb25dcf52f66b8b7ea951 (patch)
tree07d67d19da9d74a548458533fcc9cdea530898fc /components/script/dom/xrstationaryreferencespace.rs
parente1f0ad7b7ce2022d0e61c15bfa6b476e1a265605 (diff)
downloadservo-f9c25c612a84fe9c07ceb25dcf52f66b8b7ea951.tar.gz
servo-f9c25c612a84fe9c07ceb25dcf52f66b8b7ea951.zip
Add XRPose.transform
Diffstat (limited to 'components/script/dom/xrstationaryreferencespace.rs')
-rw-r--r--components/script/dom/xrstationaryreferencespace.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/xrstationaryreferencespace.rs b/components/script/dom/xrstationaryreferencespace.rs
index ed50ffa9096..58c4b4c8f16 100644
--- a/components/script/dom/xrstationaryreferencespace.rs
+++ b/components/script/dom/xrstationaryreferencespace.rs
@@ -11,7 +11,7 @@ use crate::dom::xrreferencespace::XRReferenceSpace;
use crate::dom::xrrigidtransform::XRRigidTransform;
use crate::dom::xrsession::XRSession;
use dom_struct::dom_struct;
-use euclid::{Rotation3D, RigidTransform3D, Vector3D};
+use euclid::{RigidTransform3D, Rotation3D, Vector3D};
use webvr_traits::WebVRFrameData;
#[dom_struct]