mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -7,8 +7,8 @@ use windowing::WindowEvent;
|
|||
|
||||
use geom::scale_factor::ScaleFactor;
|
||||
use geom::size::TypedSize2D;
|
||||
use servo_msg::constellation_msg::Msg as ConstellationMsg;
|
||||
use servo_msg::constellation_msg::{ConstellationChan, WindowSizeData};
|
||||
use msg::constellation_msg::Msg as ConstellationMsg;
|
||||
use msg::constellation_msg::{ConstellationChan, WindowSizeData};
|
||||
use util::memory::MemoryProfilerChan;
|
||||
use util::memory;
|
||||
use util::time::TimeProfilerChan;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue