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

Unified Diff: content/renderer/render_thread_impl.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/renderer/render_thread_impl.h
===================================================================
--- content/renderer/render_thread_impl.h (revision 158204)
+++ content/renderer/render_thread_impl.h (working copy)
@@ -134,6 +134,8 @@
virtual void UpdateHistograms(int sequence_number) OVERRIDE;
#if defined(OS_WIN)
virtual void PreCacheFont(const LOGFONT& log_font) OVERRIDE;
+ void PreCacheFontCharacters(const LOGFONT& log_font,
jam 2012/11/09 01:44:14 this isn't a content::RenderThread method, so don'
edisonn 2012/11/09 17:48:57 Done.
+ const std::wstring& str);
virtual void ReleaseCachedFonts() OVERRIDE;
#endif

Powered by Google App Engine
This is Rietveld 408576698