| 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 60d1178568f82b188e7397dddac06d711f0b308b..792defd88d9f80bc23cda89890695d6536e08049 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -99,6 +99,7 @@ class PLATFORM_EXPORT FontCache {
|
| ShouldRetain = Retain);
|
| SimpleFontData* getNonRetainedLastResortFallbackFont(const FontDescription&);
|
| bool isPlatformFontAvailable(const FontDescription&, const AtomicString&);
|
| + static String firstAvailableOrFirst(const String&);
|
|
|
| // Returns the ShapeCache instance associated with the given cache key.
|
| // Creates a new instance as needed and as such is guaranteed not to return
|
|
|