mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Further changes required by Servo
This commit is contained in:
parent
d103785c4b
commit
9273921fd3
2 changed files with 5 additions and 4 deletions
|
@ -161,6 +161,7 @@ pub enum GenericSize<LengthPercent> {
|
|||
#[cfg(feature = "gecko")]
|
||||
#[animation(error)]
|
||||
MozAvailable,
|
||||
#[cfg(feature = "gecko")]
|
||||
#[animation(error)]
|
||||
#[css(function = "fit-content")]
|
||||
FitContentFunction(LengthPercent)
|
||||
|
@ -218,6 +219,7 @@ pub enum GenericMaxSize<LengthPercent> {
|
|||
#[cfg(feature = "gecko")]
|
||||
#[animation(error)]
|
||||
MozAvailable,
|
||||
#[cfg(feature = "gecko")]
|
||||
#[animation(error)]
|
||||
#[css(function = "fit-content")]
|
||||
FitContentFunction(LengthPercent),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue