Chromium Code Reviews| 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 |