mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Further changes required by Servo
This commit is contained in:
parent
f4ede10441
commit
0fc3267d2e
1 changed files with 0 additions and 8 deletions
|
@ -131,14 +131,6 @@ fn allow_color_mix() -> bool {
|
|||
return false;
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn allow_color_mix_color_spaces() -> bool {
|
||||
#[cfg(feature = "gecko")]
|
||||
return static_prefs::pref!("layout.css.color-mix.color-spaces.enabled");
|
||||
#[cfg(feature = "servo")]
|
||||
return false;
|
||||
}
|
||||
|
||||
impl Parse for ColorMix {
|
||||
fn parse<'i, 't>(
|
||||
context: &ParserContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue