Index: content/common/child_process_messages.h |
=================================================================== |
--- content/common/child_process_messages.h (revision 158204) |
+++ content/common/child_process_messages.h (working copy) |
@@ -155,6 +155,13 @@ |
IPC_SYNC_MESSAGE_CONTROL1_0(ChildProcessHostMsg_PreCacheFont, |
LOGFONT /* font data */) |
+// Request that the given font characters be loaded by the browser so it's |
+// cached by the OS. Please see ChildProcessHost::PreCacheFontCharacters |
+// for details. |
+IPC_SYNC_MESSAGE_CONTROL2_0(ChildProcessHostMsg_PreCacheFontCharacters, |
+ LOGFONT, /* font data */ |
+ std::wstring /* characters */) |
+ |
// Release the cached font |
IPC_MESSAGE_CONTROL0(ChildProcessHostMsg_ReleaseCachedFonts) |
#endif // defined(OS_WIN) |