diff options
author | Bobby Holley <bobbyholley@gmail.com> | 2016-03-10 16:17:52 -0800 |
---|---|---|
committer | Bobby Holley <bobbyholley@gmail.com> | 2016-03-24 11:50:57 -0700 |
commit | c2daea2c9c490b4cd36dfa4a8da094cdd3ff4712 (patch) | |
tree | 928b92937f6e8fe14f4e8298d99bba43d4412c8f /components/layout/layout_thread.rs | |
parent | 5c749127cc4e56a89ceb19f2cbe44693cedd4eba (diff) | |
download | servo-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.rs | 1 |
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}; |