diff options
Diffstat (limited to 'components/layout_thread_2020/lib.rs')
-rw-r--r-- | components/layout_thread_2020/lib.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/components/layout_thread_2020/lib.rs b/components/layout_thread_2020/lib.rs index e392a3b6f1b..32b3ea89e77 100644 --- a/components/layout_thread_2020/lib.rs +++ b/components/layout_thread_2020/lib.rs @@ -22,10 +22,9 @@ use embedder_traits::resources::{self, Resource}; use euclid::default::{Point2D as UntypedPoint2D, Rect as UntypedRect, Size2D as UntypedSize2D}; use euclid::{Point2D, Scale, Size2D, Vector2D}; use fnv::FnvHashMap; +use fonts::{FontCacheThread, FontContext, FontContextWebFontMethods}; +use fonts_traits::WebFontLoadFinishedCallback; use fxhash::FxHashMap; -use gfx::font_cache_thread::FontCacheThread; -use gfx::font_context::{FontContext, FontContextWebFontMethods}; -use gfx_traits::WebFontLoadFinishedCallback; use ipc_channel::ipc::IpcSender; use layout::context::LayoutContext; use layout::display_list::{DisplayList, WebRenderImageInfo}; |