mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +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
|
|
@ -847,9 +847,9 @@ nsContainerFrame::DoInlineIntrinsicISize(nsRenderingContext *aRenderingContext,
|
|||
aType == nsLayoutUtils::PREF_ISIZE, "bad type");
|
||||
|
||||
WritingMode wm = GetWritingMode();
|
||||
mozilla::css::Side startSide =
|
||||
mozilla::Side startSide =
|
||||
wm.PhysicalSideForInlineAxis(eLogicalEdgeStart);
|
||||
mozilla::css::Side endSide =
|
||||
mozilla::Side endSide =
|
||||
wm.PhysicalSideForInlineAxis(eLogicalEdgeEnd);
|
||||
|
||||
const nsStylePadding *stylePadding = StylePadding();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue