diff options
Diffstat (limited to 'components/layout_2020/layout_box_base.rs')
-rw-r--r-- | components/layout_2020/layout_box_base.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/layout_box_base.rs b/components/layout_2020/layout_box_base.rs index 4bd2e9c83af..0de9987bde7 100644 --- a/components/layout_2020/layout_box_base.rs +++ b/components/layout_2020/layout_box_base.rs @@ -6,11 +6,11 @@ use atomic_refcell::AtomicRefCell; use servo_arc::Arc; use style::properties::ComputedValues; +use crate::ConstraintSpace; use crate::context::LayoutContext; use crate::fragment_tree::BaseFragmentInfo; use crate::geom::SizeConstraint; use crate::sizing::{ComputeInlineContentSizes, InlineContentSizesResult}; -use crate::ConstraintSpace; /// A box tree node that handles containing information about style and the original DOM /// node or pseudo-element that it is based on. This also handles caching of layout values |