Index: content/browser/renderer_host/render_message_filter.h |
=================================================================== |
--- content/browser/renderer_host/render_message_filter.h (revision 158204) |
+++ content/browser/renderer_host/render_message_filter.h (working copy) |
@@ -245,6 +245,11 @@ |
void OnUpdateIsDelayed(const IPC::Message& msg); |
+#if defined(OS_WIN) |
+ void OnPreCacheFontCharacters(const LOGFONT& log_font, |
jam
2012/11/09 01:44:14
nit: put this up by the other OS_WIN section
edisonn
2012/11/09 17:48:57
Done.
|
+ const std::wstring& characters); |
+#endif |
+ |
// Cached resource request dispatcher host and plugin service, guaranteed to |
// be non-null if Init succeeds. We do not own the objects, they are managed |
// by the BrowserProcess, which has a wider scope than we do. |