| Index: third_party/WebKit/Source/platform/fonts/FontCache.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| index d422b27aa121eceecc9cb50e1c7211cd7114686c..6d72b40107e8a7376404670b9a8b2f096aca4e2b 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -34,6 +34,7 @@
|
| #include "platform/fonts/FallbackListCompositeKey.h"
|
| #include "platform/fonts/FontCacheKey.h"
|
| #include "platform/fonts/FontFaceCreationParams.h"
|
| +#include "platform/fonts/FontFallbackPriority.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashMap.h"
|
| @@ -75,7 +76,10 @@ public:
|
|
|
| // This method is implemented by the plaform and used by
|
| // FontFastPath to lookup the font for a given character.
|
| - PassRefPtr<SimpleFontData> fallbackFontForCharacter(const FontDescription&, UChar32, const SimpleFontData* fontDataToSubstitute);
|
| + PassRefPtr<SimpleFontData> fallbackFontForCharacter(const FontDescription&,
|
| + UChar32,
|
| + const SimpleFontData* fontDataToSubstitute,
|
| + FontFallbackPriority = FontFallbackPriority::Text);
|
|
|
| // Also implemented by the platform.
|
| void platformInit();
|
|
|