mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Hoist exported ThreadSafeLayoutFoo functionality into traits.
This commit is contained in:
parent
05db7b3652
commit
a85ae24c51
8 changed files with 237 additions and 174 deletions
|
@ -24,7 +24,7 @@ use style::properties::ComputedValues;
|
|||
use table::InternalTable;
|
||||
use table_row::{CollapsedBorder, CollapsedBorderProvenance};
|
||||
use util::logical_geometry::{LogicalMargin, LogicalRect, LogicalSize, WritingMode};
|
||||
use wrapper::ThreadSafeLayoutNode;
|
||||
use wrapper::{ThreadSafeLayoutNode, TThreadSafeLayoutNode};
|
||||
|
||||
/// A table formatting context.
|
||||
#[derive(RustcEncodable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue