Index: content/public/test/mock_render_thread.h |
=================================================================== |
--- content/public/test/mock_render_thread.h (revision 158204) |
+++ content/public/test/mock_render_thread.h (working copy) |
@@ -5,6 +5,8 @@ |
#ifndef CONTENT_PUBLIC_TEST_MOCK_RENDER_THREAD_H_ |
#define CONTENT_PUBLIC_TEST_MOCK_RENDER_THREAD_H_ |
+#include <string> |
+ |
#include "base/shared_memory.h" |
#include "base/string16.h" |
#include "content/public/renderer/render_thread.h" |
@@ -71,6 +73,8 @@ |
virtual void UpdateHistograms(int sequence_number) OVERRIDE; |
#if defined(OS_WIN) |
virtual void PreCacheFont(const LOGFONT& log_font) OVERRIDE; |
+ virtual void PreCacheFontCharacters(const LOGFONT& log_font, |
+ const std::wstring& str) OVERRIDE; |
virtual void ReleaseCachedFonts() OVERRIDE; |
#endif |