Index: content/renderer/render_thread_impl.cc |
=================================================================== |
--- content/renderer/render_thread_impl.cc (revision 167921) |
+++ content/renderer/render_thread_impl.cc (working copy) |
@@ -854,6 +854,11 @@ |
} |
#if defined(OS_WIN) |
+void RenderThreadImpl::PreCacheFontCharacters(const LOGFONT& log_font, |
+ const std::wstring& str) { |
+ Send(new ViewHostMsg_PreCacheFontCharacters(log_font, str)); |
+} |
+ |
void RenderThreadImpl::PreCacheFont(const LOGFONT& log_font) { |
Send(new ChildProcessHostMsg_PreCacheFont(log_font)); |
} |