mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Further changes required by Servo
This commit is contained in:
parent
036056d2a9
commit
212733900e
1 changed files with 2 additions and 0 deletions
|
@ -1256,7 +1256,9 @@ pub enum ImageRendering {
|
||||||
// them as valid values but must treat them as having the same behavior
|
// them as valid values but must treat them as having the same behavior
|
||||||
// as crisp-edges and smooth respectively, and authors must not use
|
// as crisp-edges and smooth respectively, and authors must not use
|
||||||
// them.
|
// them.
|
||||||
|
#[cfg(feature = "gecko")]
|
||||||
Optimizespeed,
|
Optimizespeed,
|
||||||
|
#[cfg(feature = "gecko")]
|
||||||
Optimizequality,
|
Optimizequality,
|
||||||
#[cfg(feature = "servo")]
|
#[cfg(feature = "servo")]
|
||||||
Pixelated,
|
Pixelated,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue