aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_interface.rs
diff options
context:
space:
mode:
authorGlenn Watson <gw@intuitionlibrary.com>2015-09-28 16:53:00 +1000
committerGlenn Watson <gw@intuitionlibrary.com>2015-10-01 07:16:11 +1000
commit339a3f869b539ae6da49f5d34568789d0abf3e00 (patch)
tree06790c2e03a77bdbb988361dcf8e0b34b97dec4b /components/script/layout_interface.rs
parentfb6d0946cb3bac713bc20794f17a40fa7a12bc00 (diff)
downloadservo-339a3f869b539ae6da49f5d34568789d0abf3e00.tar.gz
servo-339a3f869b539ae6da49f5d34568789d0abf3e00.zip
Split Au type into separate crate, with minimal dependencies.
Diffstat (limited to 'components/script/layout_interface.rs')
-rw-r--r--components/script/layout_interface.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs
index 702cce2d0b0..230ebe79692 100644
--- a/components/script/layout_interface.rs
+++ b/components/script/layout_interface.rs
@@ -6,6 +6,7 @@
//! interface helps reduce coupling between these two components, and enables
//! the DOM to be placed in a separate crate from layout.
+use app_units::Au;
use dom::node::LayoutData;
use euclid::point::Point2D;
use euclid::rect::Rect;
@@ -28,7 +29,6 @@ use style::animation::PropertyAnimation;
use style::media_queries::MediaQueryList;
use style::stylesheets::Stylesheet;
use url::Url;
-use util::geometry::Au;
pub use dom::node::TrustedNodeAddress;
/// Asynchronous messages that script can send to layout.