From 212733900e45f6f0cd809aaa8637e28b9f9cd3eb Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Thu, 25 May 2023 20:01:12 +0200 Subject: [PATCH] Further changes required by Servo --- components/style/values/specified/image.rs | 2 ++ 1 file changed, 2 insertions(+) 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,