| Index: Source/core/platform/graphics/FontCache.h
|
| diff --git a/Source/core/platform/graphics/FontCache.h b/Source/core/platform/graphics/FontCache.h
|
| index 93b446c29dad084c4e3cb8127e6068a73733089e..4f7cacdc899e6fb2ee43f4aa36342159ff28594b 100644
|
| --- a/Source/core/platform/graphics/FontCache.h
|
| +++ b/Source/core/platform/graphics/FontCache.h
|
| @@ -146,7 +146,6 @@ private:
|
| PassRefPtr<SkTypeface> createTypeface(const FontDescription&, const AtomicString& family, CString& name);
|
|
|
| PassRefPtr<SimpleFontData> getFontResourceData(const FontPlatformData*, ShouldRetain = Retain);
|
| - const FontPlatformData* getFallbackFontData(const FontDescription&);
|
|
|
| // Don't purge if this count is > 0;
|
| int m_purgePreventCount;
|
|
|