aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_traits/lib.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-06-26 16:34:50 -0700
committerManish Goregaokar <manishsmail@gmail.com>2019-07-01 17:42:46 -0700
commitc19240a454ffce05b8fc5d381ea22209746b1890 (patch)
tree0735822ad5c0f12c9512277c510127ce962b5162 /components/webvr_traits/lib.rs
parentfaea7716cf6cacf98f8300f021ff744b74190b8b (diff)
downloadservo-c19240a454ffce05b8fc5d381ea22209746b1890.tar.gz
servo-c19240a454ffce05b8fc5d381ea22209746b1890.zip
Update to latest xrtest api
Diffstat (limited to 'components/webvr_traits/lib.rs')
-rw-r--r--components/webvr_traits/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webvr_traits/lib.rs b/components/webvr_traits/lib.rs
index d5d99f98a3b..a00af7b5df6 100644
--- a/components/webvr_traits/lib.rs
+++ b/components/webvr_traits/lib.rs
@@ -11,7 +11,6 @@ mod webvr_traits;
pub use crate::webvr_traits::{WebVRMsg, WebVRResult};
pub use rust_webvr_api as webvr;
-pub use rust_webvr_api::MockVRControlMsg;
pub use rust_webvr_api::VRDisplayCapabilities as WebVRDisplayCapabilities;
pub use rust_webvr_api::VRDisplayData as WebVRDisplayData;
pub use rust_webvr_api::VRDisplayEvent as WebVRDisplayEvent;
@@ -31,6 +30,7 @@ pub use rust_webvr_api::VRLayer as WebVRLayer;
pub use rust_webvr_api::VRMainThreadHeartbeat as WebVRMainThreadHeartbeat;
pub use rust_webvr_api::VRPose as WebVRPose;
pub use rust_webvr_api::VRStageParameters as WebVRStageParameters;
+pub use rust_webvr_api::{MockVRControlMsg, MockVRInit, MockVRView};
#[derive(Deserialize, Serialize)]
pub struct WebVRPoseInformation {