Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1605)

Unified Diff: Source/platform/fonts/FixedPitchFontType.h

Issue 1020833002: Remove duplicate Enum Font Pitch (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/platform/fonts/FontFallbackList.h » ('j') | Source/platform/fonts/FontFallbackList.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | Source/platform/fonts/FontFallbackList.h » ('j') | Source/platform/fonts/FontFallbackList.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698