diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-02-10 11:40:36 +0100 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-02-10 11:40:36 +0100 |
commit | b2fcc2397e08d9daa4454ea942685e02dc73b000 (patch) | |
tree | 0acb53d9cf80f5d534b9903b395f45feb0baab53 /components/layout/layout_task.rs | |
parent | d1c8ed4359c47cd047e5ca3edfa37e8692058644 (diff) | |
download | servo-b2fcc2397e08d9daa4454ea942685e02dc73b000.tar.gz servo-b2fcc2397e08d9daa4454ea942685e02dc73b000.zip |
Import msg as msg rather than servo_msg.
Diffstat (limited to 'components/layout/layout_task.rs')
-rw-r--r-- | components/layout/layout_task.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/layout/layout_task.rs b/components/layout/layout_task.rs index c0aa1f6fdb9..e92f7ae9469 100644 --- a/components/layout/layout_task.rs +++ b/components/layout/layout_task.rs @@ -45,9 +45,9 @@ use script::layout_interface::{MouseOverResponse, Msg}; use script::layout_interface::{Reflow, ReflowGoal, ScriptLayoutChan, TrustedNodeAddress}; use script_traits::{ConstellationControlMsg, CompositorEvent, OpaqueScriptLayoutChannel}; use script_traits::{ScriptControlChan, UntrustedNodeAddress}; -use servo_msg::compositor_msg::ScrollPolicy; -use servo_msg::constellation_msg::Msg as ConstellationMsg; -use servo_msg::constellation_msg::{ConstellationChan, Failure, PipelineExitType, PipelineId}; +use msg::compositor_msg::ScrollPolicy; +use msg::constellation_msg::Msg as ConstellationMsg; +use msg::constellation_msg::{ConstellationChan, Failure, PipelineExitType, PipelineId}; use servo_net::image_cache_task::{ImageCacheTask, ImageResponseMsg}; use servo_net::local_image_cache::{ImageResponder, LocalImageCache}; use servo_net::resource_task::{ResourceTask, load_bytes_iter}; |