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
|
@ -44,8 +44,8 @@ use msg::constellation_msg::{PipelineId, SubpageId, WindowSizeData};
|
|||
use net::image_cache_task::ImageCacheTask;
|
||||
use script_traits::ScriptControlChan;
|
||||
use script_traits::UntrustedNodeAddress;
|
||||
use servo_msg::compositor_msg::ScriptListener;
|
||||
use servo_msg::constellation_msg::ConstellationChan;
|
||||
use msg::compositor_msg::ScriptListener;
|
||||
use msg::constellation_msg::ConstellationChan;
|
||||
use util::smallvec::{SmallVec1, SmallVec};
|
||||
use util::str::{LengthOrPercentageOrAuto};
|
||||
use std::cell::{Cell, RefCell};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue