| Index: ppapi/proxy/plugin_globals.cc
|
| diff --git a/ppapi/proxy/plugin_globals.cc b/ppapi/proxy/plugin_globals.cc
|
| index 8d6e9dd013f7a9fa51c64ee0a59264b681b4f185..64ff47b4110ceee320d74392299acbe2386ef0ea 100644
|
| --- a/ppapi/proxy/plugin_globals.cc
|
| +++ b/ppapi/proxy/plugin_globals.cc
|
| @@ -150,7 +150,7 @@ std::string PluginGlobals::GetCmdLine() {
|
|
|
| void PluginGlobals::PreCacheFontForFlash(const void* logfontw) {
|
| ProxyAutoUnlock unlock;
|
| - plugin_proxy_delegate_->PreCacheFont(logfontw);
|
| + plugin_proxy_delegate_->PreCacheFontForFlash(logfontw);
|
| }
|
|
|
| void PluginGlobals::LogWithSource(PP_Instance instance,
|
|
|