Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-25 20:10:47 +02:00
parent 693806b853
commit 8eb5fa21fd

View file

@ -1247,6 +1247,7 @@ impl MozImageRect {
#[repr(u8)]
pub enum ImageRendering {
Auto,
#[cfg(feature = "gecko")]
Smooth,
#[parse(aliases = "-moz-crisp-edges")]
CrispEdges,