aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/context.rs')
-rw-r--r--components/layout/context.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/layout/context.rs b/components/layout/context.rs
index 5767717e371..022d5c8d5b8 100644
--- a/components/layout/context.rs
+++ b/components/layout/context.rs
@@ -11,8 +11,7 @@ use std::thread;
use base::id::PipelineId;
use fnv::FnvHasher;
-use gfx::font_cache_thread::FontCacheThread;
-use gfx::font_context::FontContext;
+use fonts::{FontCacheThread, FontContext};
use net_traits::image_cache::{
ImageCache, ImageCacheResult, ImageOrMetadataAvailable, UsePlaceholder,
};