aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/layout/context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/main/layout/context.rs')
-rw-r--r--src/components/main/layout/context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/main/layout/context.rs b/src/components/main/layout/context.rs
index 13b6f4e8a83..c9ef334af43 100644
--- a/src/components/main/layout/context.rs
+++ b/src/components/main/layout/context.rs
@@ -6,7 +6,7 @@
use geom::rect::Rect;
use gfx::font_context::FontContext;
-use gfx::geometry::Au;
+use servo_util::geometry::Au;
use servo_net::local_image_cache::LocalImageCache;
/// Data needed by the layout task.