Bug 1885691 - Convert LogicalCorner to enum class in WritingMode.h. r=dholbert
commita0d64453fbf2ae32c42c4ffa75c14369abbee5a8
authorTing-Yu Lin <tlin@mozilla.com>
Sat, 16 Mar 2024 01:26:40 +0000 (16 01:26 +0000)
committerTing-Yu Lin <tlin@mozilla.com>
Sat, 16 Mar 2024 01:26:40 +0000 (16 01:26 +0000)
tree64a1c902bf965d1837f7d090ec28a6bc4de3e6e6
parentde61591f48e79e24f3e45a15aedc3b764fb29354
Bug 1885691 - Convert LogicalCorner to enum class in WritingMode.h. r=dholbert

While I'm here, I remove the explict indices (0 - 3) for the enumerators since
they don't get used anywhere.

Differential Revision: https://phabricator.services.mozilla.com/D204833
layout/generic/WritingModes.h
layout/tables/nsCellMap.cpp
layout/tables/nsTableFrame.cpp