diff --git a/components/style/values/specified/image.rs b/components/style/values/specified/image.rs index db30fc460f7..984cc9b28a4 100644 --- a/components/style/values/specified/image.rs +++ b/components/style/values/specified/image.rs @@ -1256,7 +1256,9 @@ pub enum ImageRendering { // them as valid values but must treat them as having the same behavior // as crisp-edges and smooth respectively, and authors must not use // them. + #[cfg(feature = "gecko")] Optimizespeed, + #[cfg(feature = "gecko")] Optimizequality, #[cfg(feature = "servo")] Pixelated,