Issue #1925 - Move NS_FOR_CSS_HALF_CORNER to gfx/2d/Types.h and rewrite it.

This commit is contained in:
Moonchild 2024-08-02 08:10:52 +02:00 • committed by roytam1
commit 1730199755
2 changed files with 16 additions and 2 deletions

View file

@ -16,8 +16,6 @@
namespace mozilla {
#define NS_FOR_CSS_HALF_CORNERS(var_) for (int32_t var_ = 0; var_ < 8; ++var_)
// The results of these conversion macros are exhaustively checked in
// nsStyleCoord.cpp.
// Arguments must not have side effects.