aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr/webvr_thread.rs
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2020-01-28 23:32:22 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2020-01-29 23:34:16 +0530
commit8d4aeef08b8bf00d7db0d213c6ce92294b8eecb5 (patch)
tree64e7867929e98c71d121ae225289c88ebf6c6aa9 /components/webvr/webvr_thread.rs
parentb3ac17b82f687561c4cb3c53a264a99789d4ca09 (diff)
downloadservo-8d4aeef08b8bf00d7db0d213c6ce92294b8eecb5.tar.gz
servo-8d4aeef08b8bf00d7db0d213c6ce92294b8eecb5.zip
move ConstellationMsg to compositing
Diffstat (limited to 'components/webvr/webvr_thread.rs')
-rw-r--r--components/webvr/webvr_thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webvr/webvr_thread.rs b/components/webvr/webvr_thread.rs
index d27e63d6c0b..397fb672733 100644
--- a/components/webvr/webvr_thread.rs
+++ b/components/webvr/webvr_thread.rs
@@ -3,13 +3,13 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
use canvas_traits::webgl;
+use compositing::ConstellationMsg;
use crossbeam_channel::{unbounded, Receiver, Sender};
use euclid::default::Size2D;
use ipc_channel::ipc;
use ipc_channel::ipc::{IpcReceiver, IpcSender};
use msg::constellation_msg::PipelineId;
use rust_webvr::VRServiceManager;
-use script_traits::ConstellationMsg;
use servo_config::pref;
use sparkle::gl::Gl;
use std::collections::hash_map::Entry;