mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #1925 - Remove mozilla::css::Side typedef.
This commit is contained in:
parent
5b0921df6e
commit
e6e2796541
18 changed files with 108 additions and 112 deletions
|
|
@ -4381,7 +4381,7 @@ StyleAnimationValue::ExtractComputedValue(nsCSSPropertyID aProperty,
|
|||
|
||||
const nsStyleCoord &coord =
|
||||
StyleDataAtOffset<nsStyleSides>(styleStruct, ssOffset).
|
||||
Get(mozilla::css::Side(animType - eStyleAnimType_Sides_Top));
|
||||
Get(mozilla::Side(animType - eStyleAnimType_Sides_Top));
|
||||
return StyleCoordToValue(coord, aComputedValue);
|
||||
}
|
||||
case eStyleAnimType_Corner_TopLeft:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue