Chromium Code Reviews| Index: content/common/view_messages.h |
| =================================================================== |
| --- content/common/view_messages.h (revision 158204) |
| +++ content/common/view_messages.h (working copy) |
| @@ -2479,3 +2479,12 @@ |
| IPC_MESSAGE_ROUTED1(ViewHostMsg_MediaPlayerStart, |
| int /* player_id */) |
| #endif |
| + |
| +#if defined(OS_WIN) |
| +// Request that the given font characters be loaded by the browser so it's |
| +// cached by the OS. Please see RenderMessageFilter::OnPreCacheFontCharacters |
| +// for details. |
| +IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters, |
| + LOGFONT, /* font data */ |
|
jam
2012/11/09 23:20:41
nit: font_data per convention of putting the param
edisonn
2012/11/12 13:26:40
Done.
|
| + std::wstring /* characters */) |
| +#endif |