mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
Move util::logical_geometry to style
This commit is contained in:
parent
63dc161b77
commit
db8d502f41
27 changed files with 32 additions and 34 deletions
|
@ -18,10 +18,10 @@ use std::fmt;
|
|||
use std::iter::{IntoIterator, Iterator, Peekable};
|
||||
use std::sync::Arc;
|
||||
use style::computed_values::{border_collapse, border_spacing};
|
||||
use style::logical_geometry::{LogicalSize, WritingMode};
|
||||
use style::properties::ComputedValues;
|
||||
use table::{ColumnComputedInlineSize, ColumnIntrinsicInlineSize, InternalTable, TableLikeFlow};
|
||||
use table_row::{self, CollapsedBordersForRow};
|
||||
use util::logical_geometry::{LogicalSize, WritingMode};
|
||||
use util::print_tree::PrintTree;
|
||||
|
||||
/// A table formatting context.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue