Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-21 22:42:17 +02:00
parent d103785c4b
commit 9273921fd3
2 changed files with 5 additions and 4 deletions

View file

@ -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),