Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(708)

Unified Diff: content/common/child_process_messages.h

Issue 11363008: Fix for 128506: Random Chinese/Japanese characters are missing in documents printed via the syst... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « no previous file | content/common/font_cache_dispatcher_win.h » ('j') | skia/ext/vector_platform_device_emf_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698