Index: content/common/view_messages.h |
=================================================================== |
--- content/common/view_messages.h (revision 167921) |
+++ content/common/view_messages.h (working copy) |
@@ -2406,3 +2406,12 @@ |
gfx::Rect, /* Border of touched targets */ |
gfx::Size, /* Size of zoomed image */ |
TransportDIB::Id /* DIB of zoomed image */) |
+ |
+#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 */, |
+ std::wstring /* characters */) |
+#endif |