| Index: ppapi/nacl_irt/ppapi_dispatcher.h
|
| diff --git a/ppapi/nacl_irt/ppapi_dispatcher.h b/ppapi/nacl_irt/ppapi_dispatcher.h
|
| index 88e91bedc45de6419ea82435077e9c2b5c022598..0b193ab95dfb431cd63a67161064cf95da454063 100644
|
| --- a/ppapi/nacl_irt/ppapi_dispatcher.h
|
| +++ b/ppapi/nacl_irt/ppapi_dispatcher.h
|
| @@ -68,7 +68,7 @@ class PpapiDispatcher : public proxy::PluginDispatcher::PluginDelegate,
|
| // PluginProxyDelegate implementation.
|
| IPC::Sender* GetBrowserSender() override;
|
| std::string GetUILanguage() override;
|
| - void PreCacheFont(const void* logfontw) override;
|
| + void PreCacheFontForFlash(const void* logfontw) override;
|
| void SetActiveURL(const std::string& url) override;
|
| PP_Resource CreateBrowserFont(proxy::Connection connection,
|
| PP_Instance instance,
|
|
|