mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Import msg as msg rather than servo_msg.
This commit is contained in:
parent
d1c8ed4359
commit
b2fcc2397e
40 changed files with 93 additions and 94 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue