diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-02-14 19:37:00 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-02-16 00:50:01 +0100 |
commit | 290694b27ece24dabb4e01f4283294cf350857e9 (patch) | |
tree | 9d8a0db1c06b153135d717a13c0a54093b675884 /components/script_traits/script_msg.rs | |
parent | c929dbe2530f979ce6e84d5a25ea47318ff0910e (diff) | |
download | servo-290694b27ece24dabb4e01f4283294cf350857e9.tar.gz servo-290694b27ece24dabb4e01f4283294cf350857e9.zip |
Move util::cursor to style_traits
Diffstat (limited to 'components/script_traits/script_msg.rs')
-rw-r--r-- | components/script_traits/script_msg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_traits/script_msg.rs b/components/script_traits/script_msg.rs index 03a925c166e..73da909cb5f 100644 --- a/components/script_traits/script_msg.rs +++ b/components/script_traits/script_msg.rs @@ -15,9 +15,9 @@ use ipc_channel::ipc::IpcSender; use msg::constellation_msg::{Failure, NavigationDirection, PipelineId}; use msg::constellation_msg::{LoadData, SubpageId}; use offscreen_gl_context::GLContextAttributes; +use style_traits::cursor::Cursor; use style_traits::viewport::ViewportConstraints; use url::Url; -use util::cursor::Cursor; /// Messages from the layout to the constellation. #[derive(Deserialize, Serialize)] |