aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/construct.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/construct.rs
parent5c749127cc4e56a89ceb19f2cbe44693cedd4eba (diff)
downloadservo-c2daea2c9c490b4cd36dfa4a8da094cdd3ff4712.tar.gz
servo-c2daea2c9c490b4cd36dfa4a8da094cdd3ff4712.zip
Parameterize the rest of the style system on TNode.
Diffstat (limited to 'components/layout/construct.rs')
-rw-r--r--components/layout/construct.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/construct.rs b/components/layout/construct.rs
index 25988b7eb11..aedbeaf04f6 100644
--- a/components/layout/construct.rs
+++ b/components/layout/construct.rs
@@ -45,7 +45,7 @@ use std::sync::atomic::Ordering;
use style::computed_values::content::ContentItem;
use style::computed_values::{caption_side, display, empty_cells, float, list_style_position};
use style::computed_values::{position};
-use style::properties::{self, ComputedValues};
+use style::properties::{self, ComputedValues, TComputedValues};
use table::TableFlow;
use table_caption::TableCaptionFlow;
use table_cell::TableCellFlow;