Bug 1331850 - Swap ClosestSide and FarthestSide in StyleShapeRadius. r=heycam

Make them match the order in nsCSSProps::kShapeRadiusKTable.

MozReview-Commit-ID: FOMelaA5sYv

--HG--
extra : rebase_source : b72b58c2f8388577389b73756d6e58d92c6f0c91
This commit is contained in:
Ting-Yu Lin 2017-01-18 12:01:57 +08:00
Родитель 392514a484
Коммит 6240680e1f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -155,8 +155,8 @@ enum class StyleShapeOutsideShapeBox : uint8_t {
// <shape-radius> for <basic-shape>
enum class StyleShapeRadius : uint8_t {
ClosestSide,
FarthestSide,
ClosestSide
};
// Shape source type