Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-25 20:01:12 +02:00
parent 036056d2a9
commit 212733900e

View file

@ -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,