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
|
@ -35,9 +35,9 @@ use gfx::display_list::{StackingContext, TextDisplayItem};
|
|||
use gfx::paint_task::PaintLayer;
|
||||
use png;
|
||||
use png::PixelsByColorType;
|
||||
use servo_msg::compositor_msg::ScrollPolicy;
|
||||
use servo_msg::constellation_msg::Msg as ConstellationMsg;
|
||||
use servo_msg::constellation_msg::ConstellationChan;
|
||||
use msg::compositor_msg::ScrollPolicy;
|
||||
use msg::constellation_msg::Msg as ConstellationMsg;
|
||||
use msg::constellation_msg::ConstellationChan;
|
||||
use servo_net::image::holder::ImageHolder;
|
||||
use servo_util::cursor::Cursor;
|
||||
use servo_util::geometry::{self, Au, to_px, to_frac_px};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue