webengine/osswebengine/WebCore/platform/FontCache.h
changeset 13 10e98eab6f85
parent 0 dd21522fd290
child 16 a359256acfc6
--- a/webengine/osswebengine/WebCore/platform/FontCache.h	Fri May 08 08:25:06 2009 +0300
+++ b/webengine/osswebengine/WebCore/platform/FontCache.h	Fri Jul 03 15:54:40 2009 +0100
@@ -60,7 +60,8 @@
     static const AtomicString& systemFontFamilyName( const AtomicString& familyName );
     static FontPlatformData* getDeviceDefaultFont(float size);
 #endif
-
+    static void deleteFontDataCache();
+    
 private:
     static FontPlatformData* getCachedFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false);
     static FontData* getCachedFontData(const FontPlatformData*);