Index: content/public/utility/utility_thread.h |
=================================================================== |
--- content/public/utility/utility_thread.h (revision 158204) |
+++ content/public/utility/utility_thread.h (working copy) |
@@ -31,6 +31,8 @@ |
// Request that the given font be loaded by the browser so it's cached by the |
// OS. Please see ChildProcessHost::PreCacheFont for details. |
virtual void PreCacheFont(const LOGFONT& log_font) = 0; |
+ virtual void PreCacheFontCharacters(const LOGFONT& log_font, |
+ const std::wstring& str) = 0; |
// Release cached font. |
virtual void ReleaseCachedFonts() = 0; |