Index: include/core/SkFontStyle.h |
diff --git a/include/core/SkFontStyle.h b/include/core/SkFontStyle.h |
index 643b69bd038282eba5c70543468394ed791bbefb..5928e03ae1c25dfebd83f8b637a5dd13d4f49542 100644 |
--- a/include/core/SkFontStyle.h |
+++ b/include/core/SkFontStyle.h |
@@ -23,7 +23,7 @@ public: |
kBold_Weight = 700, |
kExtraBold_Weight = 800, |
kBlack_Weight = 900, |
- kExtraBlack_Weight = 1000 |
+ kExtraBlack_Weight = 1000, |
}; |
enum Width { |
@@ -35,7 +35,8 @@ public: |
kSemiExpanded_Width = 6, |
kExpanded_Width = 7, |
kExtraExpanded_Width = 8, |
- kUltaExpanded_Width = 9 |
+ kUltraExpanded_Width = 9, |
+ kUltaExpanded_Width = 9, // deprecated, typo |
}; |
enum Slant { |