Index: third_party/WebKit/Source/platform/fonts/FontPlatformData.h |
diff --git a/third_party/WebKit/Source/platform/fonts/FontPlatformData.h b/third_party/WebKit/Source/platform/fonts/FontPlatformData.h |
index faf4636cfcb6d23a6c4163f88897ff05e21e36bd..d4218d71200b839790598ebb3125d6891b8c9924 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontPlatformData.h |
+++ b/third_party/WebKit/Source/platform/fonts/FontPlatformData.h |
@@ -136,6 +136,8 @@ public: |
int paintTextFlags() const { return m_paintTextFlags; } |
#endif |
+ void purgeMemory(); |
+ |
private: |
#if OS(WIN) |
void querySystemForRenderStyle(); |