Hoist exported ThreadSafeLayoutFoo functionality into traits.

This commit is contained in:
Bobby Holley 2015-11-20 19:12:04 -08:00
parent 05db7b3652
commit a85ae24c51
8 changed files with 237 additions and 174 deletions

View file

@ -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)]