diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-07-04 14:30:38 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-07-05 09:02:43 +0200 |
commit | b8fe9e9637a0824b028c307c0648052ccb6090a1 (patch) | |
tree | f80df6d8acb316b6ebe154b284e89fbfc5916edf /components/script_layout_interface/message.rs | |
parent | 54bb138ddcbb853acb089c728b14bf5fe6255023 (diff) | |
download | servo-b8fe9e9637a0824b028c307c0648052ccb6090a1.tar.gz servo-b8fe9e9637a0824b028c307c0648052ccb6090a1.zip |
Move WindowSizeData to script_traits.
Diffstat (limited to 'components/script_layout_interface/message.rs')
-rw-r--r-- | components/script_layout_interface/message.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script_layout_interface/message.rs b/components/script_layout_interface/message.rs index e3c8a14e4c3..a2b92853218 100644 --- a/components/script_layout_interface/message.rs +++ b/components/script_layout_interface/message.rs @@ -7,12 +7,12 @@ use euclid::point::Point2D; use euclid::rect::Rect; use gfx_traits::{Epoch, LayerId}; use ipc_channel::ipc::{IpcReceiver, IpcSender}; -use msg::constellation_msg::{PanicMsg, PipelineId, WindowSizeData}; +use msg::constellation_msg::{PanicMsg, PipelineId}; use net_traits::image_cache_thread::ImageCacheThread; use profile_traits::mem::ReportsChan; use rpc::LayoutRPC; use script_traits::{ConstellationControlMsg, LayoutControlMsg}; -use script_traits::{LayoutMsg as ConstellationMsg, StackingContextScrollState}; +use script_traits::{LayoutMsg as ConstellationMsg, StackingContextScrollState, WindowSizeData}; use std::sync::Arc; use std::sync::mpsc::{Receiver, Sender}; use string_cache::Atom; |