diff options
Diffstat (limited to 'components/webvr_traits/webvr_traits.rs')
-rw-r--r-- | components/webvr_traits/webvr_traits.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webvr_traits/webvr_traits.rs b/components/webvr_traits/webvr_traits.rs index e8d6b7330a6..5a9f0a2e6ad 100644 --- a/components/webvr_traits/webvr_traits.rs +++ b/components/webvr_traits/webvr_traits.rs @@ -2,9 +2,9 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use crate::webvr::*; use ipc_channel::ipc::IpcSender; use msg::constellation_msg::PipelineId; +use rust_webvr_api::*; pub type WebVRResult<T> = Result<T, String>; |