Move util::cursor to style_traits

This commit is contained in:
Anthony Ramine 2016-02-14 19:37:00 +01:00
parent c929dbe253
commit 290694b27e
27 changed files with 44 additions and 14 deletions

View file

@ -20,9 +20,9 @@ use script_traits::{AnimationState, EventResult, ScriptToCompositorMsg};
use std::fmt::{Debug, Error, Formatter};
use std::rc::Rc;
use std::sync::mpsc::{Receiver, Sender, channel};
use style_traits::cursor::Cursor;
use style_traits::viewport::ViewportConstraints;
use url::Url;
use util::cursor::Cursor;
use windowing::{WindowEvent, WindowMethods};
pub use constellation::SendableFrameTree;
pub use windowing;