aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/effects.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/values/generics/effects.rs')
-rw-r--r--components/style/values/generics/effects.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/values/generics/effects.rs b/components/style/values/generics/effects.rs
index dd9da8759be..f5666f30552 100644
--- a/components/style/values/generics/effects.rs
+++ b/components/style/values/generics/effects.rs
@@ -35,7 +35,6 @@ pub use self::GenericBoxShadow as BoxShadow;
/// A generic value for a single `filter`.
#[cfg_attr(feature = "servo", derive(Deserialize, Serialize))]
-#[animation(no_bound(U))]
#[derive(
Clone,
ComputeSquaredDistance,
@@ -49,6 +48,7 @@ pub use self::GenericBoxShadow as BoxShadow;
ToResolvedValue,
ToShmem,
)]
+#[animation(no_bound(U))]
#[repr(C, u8)]
pub enum GenericFilter<Angle, NonNegativeFactor, ZeroToOneFactor, Length, Shadow, U> {
/// `blur(<length>)`