From c2daea2c9c490b4cd36dfa4a8da094cdd3ff4712 Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Thu, 10 Mar 2016 16:17:52 -0800 Subject: Parameterize the rest of the style system on TNode. --- components/style/servo.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components/style/servo.rs') diff --git a/components/style/servo.rs b/components/style/servo.rs index 56aef8f6210..10867d4eaf8 100644 --- a/components/style/servo.rs +++ b/components/style/servo.rs @@ -3,13 +3,14 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use context; use data; +use properties::ComputedValues; use selector_impl::ServoSelectorImpl; use selector_matching; use stylesheets; /// Concrete types for servo Style implementation pub type Stylesheet = stylesheets::Stylesheet; -pub type PrivateStyleData = data::PrivateStyleData; +pub type PrivateStyleData = data::PrivateStyleData; pub type Stylist = selector_matching::Stylist; pub type StylistWrapper = context::StylistWrapper; pub type SharedStyleContext = context::SharedStyleContext; -- cgit v1.2.3