aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_row.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2016-03-10 16:17:52 -0800
committerBobby Holley <bobbyholley@gmail.com>2016-03-24 11:50:57 -0700
commitc2daea2c9c490b4cd36dfa4a8da094cdd3ff4712 (patch)
tree928b92937f6e8fe14f4e8298d99bba43d4412c8f /components/layout/table_row.rs
parent5c749127cc4e56a89ceb19f2cbe44693cedd4eba (diff)
downloadservo-c2daea2c9c490b4cd36dfa4a8da094cdd3ff4712.tar.gz
servo-c2daea2c9c490b4cd36dfa4a8da094cdd3ff4712.zip
Parameterize the rest of the style system on TNode.
Diffstat (limited to 'components/layout/table_row.rs')
-rw-r--r--components/layout/table_row.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_row.rs b/components/layout/table_row.rs
index 45e8bca12ec..64a2e71beed 100644
--- a/components/layout/table_row.rs
+++ b/components/layout/table_row.rs
@@ -25,7 +25,7 @@ use std::iter::{Enumerate, IntoIterator, Peekable};
use std::sync::Arc;
use style::computed_values::{border_collapse, border_spacing, border_top_style};
use style::logical_geometry::{LogicalSize, PhysicalSide, WritingMode};
-use style::properties::ComputedValues;
+use style::properties::{ComputedValues, TComputedValues};
use style::values::computed::LengthOrPercentageOrAuto;
use table::{ColumnComputedInlineSize, ColumnIntrinsicInlineSize, InternalTable, VecExt};
use table_cell::{CollapsedBordersForCell, TableCellFlow};