Chromium Code Reviews| Index: public/platform/linux/WebFallbackFont.h |
| diff --git a/public/platform/linux/WebFallbackFont.h b/public/platform/linux/WebFallbackFont.h |
| index 654acc2bbe8b7f8514e565fc7de486130790970a..06123f198f949835f1fd9d533fce5e49bbddffb1 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 fciId; // Corresponds to Skia Fontconfig Interface (FCI) FontIdentity.fID. |
|
abarth-chromium
2014/06/18 23:37:33
Can we use a more descriptive name?
fontconfigInt
|
| int ttcIndex; |
| bool isBold; |
| bool isItalic; |