diff options
Diffstat (limited to 'components/style/servo.rs')
-rw-r--r-- | components/style/servo.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/servo.rs b/components/style/servo.rs index b592104832a..d5605a62832 100644 --- a/components/style/servo.rs +++ b/components/style/servo.rs @@ -15,4 +15,5 @@ pub type Stylesheet = stylesheets::Stylesheet<ServoSelectorImpl>; pub type PrivateStyleData = data::PrivateStyleData<ServoSelectorImpl, ServoComputedValues>; pub type Stylist = selector_matching::Stylist<ServoSelectorImpl>; pub type SharedStyleContext = context::SharedStyleContext<ServoSelectorImpl>; +pub type LocalStyleContextCreationInfo = context::LocalStyleContextCreationInfo<ServoSelectorImpl>; pub type Animation = animation::Animation<ServoSelectorImpl>; |