aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_thread.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/layout_thread.rs
parent5c749127cc4e56a89ceb19f2cbe44693cedd4eba (diff)
downloadservo-c2daea2c9c490b4cd36dfa4a8da094cdd3ff4712.tar.gz
servo-c2daea2c9c490b4cd36dfa4a8da094cdd3ff4712.zip
Parameterize the rest of the style system on TNode.
Diffstat (limited to 'components/layout/layout_thread.rs')
-rw-r--r--components/layout/layout_thread.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/layout_thread.rs b/components/layout/layout_thread.rs
index 041eab87168..41ffa91cac4 100644
--- a/components/layout/layout_thread.rs
+++ b/components/layout/layout_thread.rs
@@ -73,6 +73,7 @@ use style::error_reporting::ParseErrorReporter;
use style::logical_geometry::LogicalPoint;
use style::media_queries::{Device, MediaType};
use style::parallel::WorkQueueData;
+use style::properties::TComputedValues;
use style::selector_impl::ServoSelectorImpl;
use style::selector_matching::USER_OR_USER_AGENT_STYLESHEETS;
use style::servo::{SharedStyleContext, Stylesheet, Stylist};