Index: content/ppapi_plugin/ppapi_thread.cc |
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc |
index 10c82631b5c5dc020bb3a3e7f144a5203a940547..c5b2338428a46d3865f14a993d2a60094b6cfe6b 100644 |
--- a/content/ppapi_plugin/ppapi_thread.cc |
+++ b/content/ppapi_plugin/ppapi_thread.cc |
@@ -235,7 +235,7 @@ std::string PpapiThread::GetUILanguage() { |
return command_line->GetSwitchValueASCII(switches::kLang); |
} |
-void PpapiThread::PreCacheFont(const void* logfontw) { |
+void PpapiThread::PreCacheFontForFlash(const void* logfontw) { |
#if defined(OS_WIN) |
ChildThreadImpl::PreCacheFont(*static_cast<const LOGFONTW*>(logfontw)); |
#endif |