mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +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
|
@ -7,8 +7,7 @@ use std::cmp::{max, min};
|
|||
use std::fmt;
|
||||
use std::i32;
|
||||
use style::computed_values::float;
|
||||
use util::logical_geometry::WritingMode;
|
||||
use util::logical_geometry::{LogicalRect, LogicalSize};
|
||||
use style::logical_geometry::{LogicalRect, LogicalSize, WritingMode};
|
||||
use util::persistent_list::PersistentList;
|
||||
|
||||
/// The kind of float: left or right.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue