| 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 ff37298ad4071a2f77f3f1eb8c70d16037de1cc1..1e0ff6a8f1aa1f5df54df51a4fa76795cd8fd7fc 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
|
|
|