Chromium Code Reviews| Index: ppapi/proxy/plugin_proxy_delegate.h |
| diff --git a/ppapi/proxy/plugin_proxy_delegate.h b/ppapi/proxy/plugin_proxy_delegate.h |
| index f2d7759918c4ac41233220388914fb62ad666836..e77b726d61320a2ff9b4a0567083c8d1baecfc0f 100644 |
| --- a/ppapi/proxy/plugin_proxy_delegate.h |
| +++ b/ppapi/proxy/plugin_proxy_delegate.h |
| @@ -34,6 +34,12 @@ class PPAPI_PROXY_EXPORT PluginProxyDelegate { |
| // Sets the active url which is reported by breakpad. |
| virtual void SetActiveURL(const std::string& url) = 0; |
| + |
| + virtual PP_Resource CreateBrowserFont( |
|
jam
2013/07/25 17:20:24
nit: document
scottmg
2013/07/25 17:39:49
Done.
|
| + Connection connection, |
| + PP_Instance instance, |
| + const PP_BrowserFont_Trusted_Description& desc, |
| + const ppapi::Preferences& prefs) = 0; |
|
yzshen1
2013/07/25 17:21:08
nit: ppapi:: is not needed.
scottmg
2013/07/25 17:39:49
Done.
|
| }; |
| } // namespace proxy |