Index: content/utility/utility_thread_impl.cc |
=================================================================== |
--- content/utility/utility_thread_impl.cc (revision 158204) |
+++ content/utility/utility_thread_impl.cc (working copy) |
@@ -62,6 +62,11 @@ |
Send(new ChildProcessHostMsg_PreCacheFont(log_font)); |
} |
+void UtilityThreadImpl::PreCacheFontCharacters(const LOGFONT& log_font, |
+ const std::wstring& str) { |
+ Send(new ChildProcessHostMsg_PreCacheFontCharacters(log_font, str)); |
+} |
+ |
void UtilityThreadImpl::ReleaseCachedFonts() { |
Send(new ChildProcessHostMsg_ReleaseCachedFonts()); |
} |