| Index: third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMac.mm
|
| diff --git a/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMac.mm b/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMac.mm
|
| index 2745db411f495bbdf8e474623d19db1802815b67..b22f56de0e2781a971472d09a2a020310dd376d1 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMac.mm
|
| +++ b/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMac.mm
|
| @@ -71,9 +71,7 @@ const NSFontTraitMask SYNTHESIZED_FONT_TRAITS =
|
|
|
| const NSFontTraitMask IMPORTANT_FONT_TRAITS =
|
| (NSCompressedFontMask | NSCondensedFontMask | NSExpandedFontMask |
|
| - NSItalicFontMask |
|
| - NSNarrowFontMask |
|
| - NSPosterFontMask |
|
| + NSItalicFontMask | NSNarrowFontMask | NSPosterFontMask |
|
| NSSmallCapsFontMask);
|
|
|
| static BOOL AcceptableChoice(NSFontTraitMask desired_traits,
|
|
|