Index: content/utility/utility_thread_impl.h |
=================================================================== |
--- content/utility/utility_thread_impl.h (revision 158204) |
+++ content/utility/utility_thread_impl.h (working copy) |
@@ -31,6 +31,8 @@ |
virtual void ReleaseProcessIfNeeded() OVERRIDE; |
#if defined(OS_WIN) |
virtual void PreCacheFont(const LOGFONT& log_font) OVERRIDE; |
+ virtual void PreCacheFontCharacters(const LOGFONT& log_font, |
+ const std::wstring& str) OVERRIDE; |
virtual void ReleaseCachedFonts() OVERRIDE; |
#endif |