diff options
Diffstat (limited to 'components/layout_thread/lib.rs')
-rw-r--r-- | components/layout_thread/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index 3057701f360..ad0e7cac3ef 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -55,8 +55,8 @@ extern crate webrender_api; mod dom_wrapper; use app_units::Au; -use dom_wrapper::{ServoLayoutElement, ServoLayoutDocument, ServoLayoutNode}; -use dom_wrapper::drop_style_and_layout_data; +use crate::dom_wrapper::{ServoLayoutElement, ServoLayoutDocument, ServoLayoutNode}; +use crate::dom_wrapper::drop_style_and_layout_data; use embedder_traits::resources::{self, Resource}; use euclid::{Point2D, Rect, Size2D, TypedScale, TypedSize2D}; use fnv::FnvHashMap; |