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

Unified Diff: public/platform/linux/WebFallbackFont.h

Issue 340073002: Extend WebFallbackFont by fciId (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Name spelled out. Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/linux/WebFallbackFont.h
diff --git a/public/platform/linux/WebFallbackFont.h b/public/platform/linux/WebFallbackFont.h
index 654acc2bbe8b7f8514e565fc7de486130790970a..a8e4764fb58c1d83c0455da73eecefdb4914da42 100644
--- a/public/platform/linux/WebFallbackFont.h
+++ b/public/platform/linux/WebFallbackFont.h
@@ -39,6 +39,7 @@ namespace blink {
struct WebFallbackFont {
WebCString name;
WebCString filename;
+ int fontconfigInterfaceId;
int ttcIndex;
bool isBold;
bool isItalic;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698