Chromium Code Reviews| Index: Source/platform/fonts/FixedPitchFontType.h |
| diff --git a/Source/platform/fonts/FixedPitchFontType.h b/Source/platform/fonts/FixedPitchFontType.h |
| index 74e4a46c0ce6cd73fef38c8715649b9552e5631d..a4a4ba6911059f895ad6ce3d0fde7e0f98c2ea0c 100644 |
| --- a/Source/platform/fonts/FixedPitchFontType.h |
| +++ b/Source/platform/fonts/FixedPitchFontType.h |
| @@ -9,7 +9,8 @@ namespace blink { |
| enum FixedPitchFontType { |
| FixedPitchFont, |
| - NonFixedPitchFont |
| + NonFixedPitchFont, |
| + UnKnownPitchFont |
|
eae
2015/03/20 15:39:24
Unknown (lowercase K).
h.joshi
2015/03/23 04:44:05
Done.
|
| }; |
| } // namespace blink |