servo: Merge #7795 - Split Au type into separate crate, with minimal dependencies (from glennw:app-units-crate); r=SimonSapin
Source-Repo: https://github.com/servo/servo Source-Revision: 35888e5a1d48511ec54ddf8c58f1c7b0c47c5d3c
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
use app_units::Au;
|
||||
use block::{BlockFlow, ISizeAndMarginsComputer};
|
||||
use context::LayoutContext;
|
||||
use euclid::{Point2D, Rect};
|
||||
@@ -20,7 +21,6 @@ use style::computed_values::{border_collapse, border_spacing};
|
||||
use style::properties::ComputedValues;
|
||||
use table::{ColumnComputedInlineSize, ColumnIntrinsicInlineSize, InternalTable, TableLikeFlow};
|
||||
use table_row::{self, CollapsedBordersForRow};
|
||||
use util::geometry::Au;
|
||||
use util::logical_geometry::{LogicalSize, WritingMode};
|
||||
|
||||
/// A table formatting context.
|
||||
|
||||
Reference in New Issue
Block a user