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..dba8042db67f4ff719ac96963b5cb9b6a75b8582 100644 |
| --- a/Source/platform/fonts/FixedPitchFontType.h |
| +++ b/Source/platform/fonts/FixedPitchFontType.h |
| @@ -9,7 +9,8 @@ namespace blink { |
| enum FixedPitchFontType { |
| FixedPitchFont, |
| - NonFixedPitchFont |
| + VariablePitchFont, |
| + UnknownPitchFont |
| }; |
| } // namespace blink |