Index: content/renderer/render_thread_impl.h |
=================================================================== |
--- content/renderer/render_thread_impl.h (revision 167921) |
+++ content/renderer/render_thread_impl.h (working copy) |
@@ -239,6 +239,10 @@ |
// first call. |
AudioRendererMixerManager* GetAudioRendererMixerManager(); |
+#if defined(OS_WIN) |
+ void PreCacheFontCharacters(const LOGFONT& log_font, const std::wstring& str); |
+#endif |
+ |
// For producing custom V8 histograms. Custom histograms are produced if all |
// RenderViews share the same host, and the host is in the pre-specified set |
// of hosts we want to produce custom diagrams for. The name for a custom |