mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -30,7 +30,7 @@ use geom::{Point2D, Rect, SideOffsets2D, Size2D, Matrix2D};
|
|||
use geom::num::Zero;
|
||||
use libc::uintptr_t;
|
||||
use paint_task::PaintLayer;
|
||||
use servo_msg::compositor_msg::LayerId;
|
||||
use msg::compositor_msg::LayerId;
|
||||
use servo_net::image::base::Image;
|
||||
use util::cursor::Cursor;
|
||||
use util::dlist as servo_dlist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue