| Index: ppapi/proxy/ppapi_proxy_test.h
|
| diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h
|
| index ceade7899c21c4d4f325d148a71c545b7519ebdf..9a2df1c5d2ca39a720de3c8836b00ee4b78e2447 100644
|
| --- a/ppapi/proxy/ppapi_proxy_test.h
|
| +++ b/ppapi/proxy/ppapi_proxy_test.h
|
| @@ -148,6 +148,11 @@ class PluginProxyTestHarness : public ProxyTestHarnessBase {
|
| virtual std::string GetUILanguage() OVERRIDE;
|
| virtual void PreCacheFont(const void* logfontw) OVERRIDE;
|
| virtual void SetActiveURL(const std::string& url) OVERRIDE;
|
| + virtual PP_Resource CreateBrowserFont(
|
| + Connection connection,
|
| + PP_Instance instance,
|
| + const PP_BrowserFont_Trusted_Description& desc,
|
| + const Preferences& prefs) OVERRIDE;
|
|
|
| private:
|
| base::MessageLoopProxy* ipc_message_loop_; // Weak
|
|
|