| Index: content/ppapi_plugin/ppapi_thread.h
|
| diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
|
| index 24037ef270a6f3e1d466e810b51a0106b85fb7bc..d1ca5501dfb205e08bf82821a8436b2b2761ba4f 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.h
|
| +++ b/content/ppapi_plugin/ppapi_thread.h
|
| @@ -19,6 +19,7 @@
|
| #include "ipc/ipc_listener.h"
|
| #include "ppapi/c/pp_module.h"
|
| #include "ppapi/c/trusted/ppp_broker.h"
|
| +#include "ppapi/proxy/connection.h"
|
| #include "ppapi/proxy/plugin_dispatcher.h"
|
| #include "ppapi/proxy/plugin_globals.h"
|
| #include "ppapi/proxy/plugin_proxy_delegate.h"
|
| @@ -101,6 +102,11 @@ class PpapiThread : public ChildThread,
|
| virtual std::string GetUILanguage() OVERRIDE;
|
| virtual void PreCacheFont(const void* logfontw) OVERRIDE;
|
| virtual void SetActiveURL(const std::string& url) OVERRIDE;
|
| + virtual PP_Resource CreateBrowserFont(
|
| + ppapi::proxy::Connection connection,
|
| + PP_Instance instance,
|
| + const PP_BrowserFont_Trusted_Description& desc,
|
| + const ppapi::Preferences& prefs) OVERRIDE;
|
|
|
| // Message handlers.
|
| void OnLoadPlugin(const base::FilePath& path,
|
|
|