| Index: content/renderer/render_thread_impl.cc
|
| ===================================================================
|
| --- content/renderer/render_thread_impl.cc (revision 158204)
|
| +++ content/renderer/render_thread_impl.cc (working copy)
|
| @@ -878,6 +878,11 @@
|
| Send(new ChildProcessHostMsg_PreCacheFont(log_font));
|
| }
|
|
|
| +void RenderThreadImpl::PreCacheFontCharacters(const LOGFONT& log_font,
|
| + const std::wstring& str) {
|
| + Send(new ViewHostMsg_PreCacheFontCharacters(log_font, str));
|
| +}
|
| +
|
| void RenderThreadImpl::ReleaseCachedFonts() {
|
| Send(new ChildProcessHostMsg_ReleaseCachedFonts());
|
| }
|
|
|