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

Unified Diff: third_party/WebKit/Source/platform/fonts/FontFallbackPriority.h

Issue 2321043002: Disable Math and Symbols segmentation, fix dotted circle sequence (Closed)
Patch Set: Fix comment wording Created 4 years, 3 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 | third_party/WebKit/Source/platform/fonts/FontFallbackPriority.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/fonts/FontFallbackPriority.h
diff --git a/third_party/WebKit/Source/platform/fonts/FontFallbackPriority.h b/third_party/WebKit/Source/platform/fonts/FontFallbackPriority.h
index 479b58bd1a84d87bd5e924bd3fe1f8e28fa48f17..8c63f63315dd2f806f857665deb1481d9b5412a7 100644
--- a/third_party/WebKit/Source/platform/fonts/FontFallbackPriority.h
+++ b/third_party/WebKit/Source/platform/fonts/FontFallbackPriority.h
@@ -15,10 +15,6 @@ enum class FontFallbackPriority {
// For regular non-symbols text,
// normal text fallback in FontFallbackIterator
Text,
- // For non-emoji symbols
- Symbols,
- // For math & technical symbols
- Math,
// For emoji in text presentaiton
EmojiText,
// For emoji in emoji presentation
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/fonts/FontFallbackPriority.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698