diff options
Diffstat (limited to 'components/layout/table_row.rs')
-rw-r--r-- | components/layout/table_row.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_row.rs b/components/layout/table_row.rs index 1b4df7b7bfc..3a39b4c1ce1 100644 --- a/components/layout/table_row.rs +++ b/components/layout/table_row.rs @@ -20,7 +20,6 @@ use gfx_traits::ScrollRootId; use gfx_traits::print_tree::PrintTree; use layout_debug; use model::MaybeAuto; -use script_layout_interface::restyle_damage::{REFLOW, REFLOW_OUT_OF_FLOW}; use serde::{Serialize, Serializer}; use std::cmp::max; use std::fmt; @@ -30,6 +29,7 @@ use style::computed_values::{border_collapse, border_spacing, border_top_style}; use style::context::SharedStyleContext; use style::logical_geometry::{LogicalSize, PhysicalSide, WritingMode}; use style::properties::ServoComputedValues; +use style::servo::restyle_damage::{REFLOW, REFLOW_OUT_OF_FLOW}; use style::values::computed::LengthOrPercentageOrAuto; use table::{ColumnComputedInlineSize, ColumnIntrinsicInlineSize, InternalTable, VecExt}; use table_cell::{CollapsedBordersForCell, TableCellFlow}; |