style: Fix servo build.

This commit is contained in:
Emilio Cobos Álvarez 2019-05-25 03:48:50 +02:00
parent cd2ac08eb9
commit 4671ef5243
3 changed files with 6 additions and 19 deletions

View file

@ -15,7 +15,7 @@ use crate::values::generics::effects::SimpleShadow as GenericSimpleShadow;
use crate::values::Impossible;
/// An animated value for the `drop-shadow()` filter.
type AnimatedSimpleShadow = GenericSimpleShadow<Color, Length, Length>;
pub type AnimatedSimpleShadow = GenericSimpleShadow<Color, Length, Length>;
/// An animated value for a single `filter`.
#[cfg(feature = "gecko")]