mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +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
|
||||
// as crisp-edges and smooth respectively, and authors must not use
|
||||
// them.
|
||||
#[cfg(feature = "gecko")]
|
||||
Optimizespeed,
|
||||
#[cfg(feature = "gecko")]
|
||||
Optimizequality,
|
||||
#[cfg(feature = "servo")]
|
||||
Pixelated,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue