mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Further changes required by Servo
This commit is contained in:
parent
693806b853
commit
8eb5fa21fd
1 changed files with 1 additions and 0 deletions
|
@ -1247,6 +1247,7 @@ impl MozImageRect {
|
||||||
#[repr(u8)]
|
#[repr(u8)]
|
||||||
pub enum ImageRendering {
|
pub enum ImageRendering {
|
||||||
Auto,
|
Auto,
|
||||||
|
#[cfg(feature = "gecko")]
|
||||||
Smooth,
|
Smooth,
|
||||||
#[parse(aliases = "-moz-crisp-edges")]
|
#[parse(aliases = "-moz-crisp-edges")]
|
||||||
CrispEdges,
|
CrispEdges,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue