aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_interface.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-02-10 11:40:36 +0100
committerMs2ger <ms2ger@gmail.com>2015-02-10 11:40:36 +0100
commitb2fcc2397e08d9daa4454ea942685e02dc73b000 (patch)
tree0acb53d9cf80f5d534b9903b395f45feb0baab53 /components/script/layout_interface.rs
parentd1c8ed4359c47cd047e5ca3edfa37e8692058644 (diff)
downloadservo-b2fcc2397e08d9daa4454ea942685e02dc73b000.tar.gz
servo-b2fcc2397e08d9daa4454ea942685e02dc73b000.zip
Import msg as msg rather than servo_msg.
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r--components/script/layout_interface.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs
index 416b9c8bee7..ff2f643fd63 100644
--- a/components/script/layout_interface.rs
+++ b/components/script/layout_interface.rs
@@ -11,7 +11,7 @@ use dom::node::LayoutDataRef;
use geom::point::Point2D;
use geom::rect::Rect;
use script_traits::{ScriptControlChan, OpaqueScriptLayoutChannel, UntrustedNodeAddress};
-use servo_msg::constellation_msg::{PipelineExitType, WindowSizeData};
+use msg::constellation_msg::{PipelineExitType, WindowSizeData};
use util::geometry::Au;
use std::any::Any;
use std::sync::mpsc::{channel, Receiver, Sender};