aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_traits/lib.rs
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2019-02-14 20:58:37 -0600
committerAlan Jeffrey <ajeffrey@mozilla.com>2019-03-05 12:54:12 -0600
commitcc2d20315149887ee1f125deac1a1807722a50ee (patch)
tree5664da44ee9f8ae62533ec8b39c1ba56d87ac2e1 /components/webvr_traits/lib.rs
parentde3d2f74951bf0c0834dfda8837d934b3e88aff2 (diff)
downloadservo-cc2d20315149887ee1f125deac1a1807722a50ee.tar.gz
servo-cc2d20315149887ee1f125deac1a1807722a50ee.zip
Use a test VRDisplay that renders to a GL window
Diffstat (limited to 'components/webvr_traits/lib.rs')
-rw-r--r--components/webvr_traits/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/webvr_traits/lib.rs b/components/webvr_traits/lib.rs
index 04dfca47fad..ab31436c136 100644
--- a/components/webvr_traits/lib.rs
+++ b/components/webvr_traits/lib.rs
@@ -27,5 +27,6 @@ pub use rust_webvr_api::VRGamepadEvent as WebVRGamepadEvent;
pub use rust_webvr_api::VRGamepadHand as WebVRGamepadHand;
pub use rust_webvr_api::VRGamepadState as WebVRGamepadState;
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;