mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Move some unit type definitions to style_traits.
This commit is contained in:
parent
42e90f7db9
commit
cbfe77cee1
16 changed files with 42 additions and 45 deletions
|
@ -45,11 +45,12 @@ use std::mem as std_mem;
|
|||
use std::rc::Rc;
|
||||
use std::sync::mpsc::Sender;
|
||||
use style_traits::viewport::ViewportConstraints;
|
||||
use style_traits::{PagePx, ViewportPx};
|
||||
use surface_map::SurfaceMap;
|
||||
use time::{precise_time_ns, precise_time_s};
|
||||
use touch::{TouchHandler, TouchAction};
|
||||
use url::Url;
|
||||
use util::geometry::{PagePx, ScreenPx, ViewportPx};
|
||||
use util::geometry::ScreenPx;
|
||||
use util::opts;
|
||||
use util::prefs::PREFS;
|
||||
use webrender;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue