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

Unified Diff: webkit/glue/webpreferences.h

Issue 10540022: mac: Plumbing for the emoji font. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whoops Created 8 years, 2 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
Index: webkit/glue/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index 1a4bb1b2065ef40a4eeb7b70888c597b8dd2ed5d..fd92f65bbc1d864db172c762e2c8f47e212cf090 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -41,6 +41,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
ScriptFontFamilyMap sans_serif_font_family_map;
ScriptFontFamilyMap cursive_font_family_map;
ScriptFontFamilyMap fantasy_font_family_map;
+ ScriptFontFamilyMap pictograph_font_family_map;
int default_font_size;
int default_fixed_font_size;
int minimum_font_size;

Powered by Google App Engine
This is Rietveld 408576698