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

Unified Diff: content/common/font_cache_dispatcher_win.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, 1 month 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/font_cache_dispatcher_win.h
===================================================================
--- content/common/font_cache_dispatcher_win.h (revision 158204)
+++ content/common/font_cache_dispatcher_win.h (working copy)
@@ -31,6 +31,7 @@
// Message handlers.
void OnPreCacheFont(const LOGFONT& font);
+ void OnPreCacheFontCharacters(const LOGFONT& font, const std::wstring& str);
void OnReleaseCachedFonts();
IPC::Channel* channel_;

Powered by Google App Engine
This is Rietveld 408576698