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

Unified Diff: third_party/WebKit/Source/wtf/text/CharacterNames.h

Issue 1757703003: Extend FontCache fallback API to support FontFallbackPriority (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 10 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 | « third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/text/CharacterNames.h
diff --git a/third_party/WebKit/Source/wtf/text/CharacterNames.h b/third_party/WebKit/Source/wtf/text/CharacterNames.h
index 6436b1996ee913816cf863de450448efd8d417ef..4c5b7d5160ca9e6f1e7d070726e13c8bf45fd0eb 100644
--- a/third_party/WebKit/Source/wtf/text/CharacterNames.h
+++ b/third_party/WebKit/Source/wtf/text/CharacterNames.h
@@ -52,6 +52,7 @@ const UChar combiningEnclosingKeycapCharacter = 0x20E3;
const UChar ethiopicPrefaceColonCharacter = 0x1366;
const UChar ethiopicWordspaceCharacter = 0x1361;
const UChar32 eyeCharacter = 0x1F441;
+const UChar32 familyCharacter = 0x1F46A;
const UChar firstStrongIsolateCharacter = 0x2068;
const UChar fisheyeCharacter = 0x25C9;
const UChar fullstopCharacter = 0x002E;
@@ -134,6 +135,7 @@ using WTF::Unicode::combiningEnclosingCircleBackslashCharacter;
using WTF::Unicode::ethiopicPrefaceColonCharacter;
using WTF::Unicode::ethiopicWordspaceCharacter;
using WTF::Unicode::eyeCharacter;
+using WTF::Unicode::familyCharacter;
using WTF::Unicode::firstStrongIsolateCharacter;
using WTF::Unicode::fisheyeCharacter;
using WTF::Unicode::fullstopCharacter;
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698