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

@ -56,10 +56,10 @@ use std::marker::PhantomData;
use std::mem::replace;
use std::process;
use std::sync::mpsc::{Sender, channel, Receiver};
use style_traits::cursor::Cursor;
use style_traits::viewport::ViewportConstraints;
use timer_scheduler::TimerScheduler;
use url::Url;
use util::cursor::Cursor;
use util::geometry::PagePx;
use util::thread::spawn_named;
use util::{opts, prefs};