mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
Issue #1925 - Remove use of NS_CORNER_{TOP|BOTTOM}_{LEFT|RIGHT} macros.
This commit is contained in:
parent
0a7f42b452
commit
d73f8c2e84
10 changed files with 96 additions and 93 deletions
|
|
@ -3253,8 +3253,8 @@ nsCSSCornerSizes::Reset()
|
|||
}
|
||||
}
|
||||
|
||||
static_assert(NS_CORNER_TOP_LEFT == 0 && NS_CORNER_TOP_RIGHT == 1 &&
|
||||
NS_CORNER_BOTTOM_RIGHT == 2 && NS_CORNER_BOTTOM_LEFT == 3,
|
||||
static_assert(eCornerTopLeft == 0 && eCornerTopRight == 1 &&
|
||||
eCornerBottomRight == 2 && eCornerBottomLeft == 3,
|
||||
"box corner constants not tl/tr/br/bl == 0/1/2/3");
|
||||
|
||||
/* static */ const nsCSSCornerSizes::corner_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue