aboutsummaryrefslogtreecommitdiffstats
path: root/components/geometry/lib.rs
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2019-06-04 15:21:58 -0700
committerJosh Matthews <josh@joshmatthews.net>2019-07-09 10:50:27 -0400
commit2f9c9cefdb74713593c47eec2002c5dd5416848b (patch)
tree9e0fef3243dad3fb8b97e7622e37026967688963 /components/geometry/lib.rs
parent357fc0332391bb6603b29453e644d9326807afbb (diff)
downloadservo-2f9c9cefdb74713593c47eec2002c5dd5416848b.tar.gz
servo-2f9c9cefdb74713593c47eec2002c5dd5416848b.zip
WebRender units are no longer reexported.
Diffstat (limited to 'components/geometry/lib.rs')
-rw-r--r--components/geometry/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/geometry/lib.rs b/components/geometry/lib.rs
index 45d423f0ab5..155551ee3d9 100644
--- a/components/geometry/lib.rs
+++ b/components/geometry/lib.rs
@@ -8,7 +8,7 @@ extern crate malloc_size_of_derive;
use app_units::{Au, MAX_AU, MIN_AU};
use euclid::{Length, Point2D, Rect, Size2D};
use std::f32;
-use webrender_api::{FramebufferPixel, LayoutPoint, LayoutRect, LayoutSize};
+use webrender_api::units::{FramebufferPixel, LayoutPoint, LayoutRect, LayoutSize};
// Units for use with euclid::length and euclid::scale_factor.