Chromium Code Reviews| Index: ppapi/proxy/ppapi_proxy_test.cc |
| diff --git a/ppapi/proxy/ppapi_proxy_test.cc b/ppapi/proxy/ppapi_proxy_test.cc |
| index 8f9159a5137311d6ae3a47094c534208f2aaf5ab..7e416ca4ffc007e23289ce881ee3c3cc58d677f9 100644 |
| --- a/ppapi/proxy/ppapi_proxy_test.cc |
| +++ b/ppapi/proxy/ppapi_proxy_test.cc |
| @@ -282,6 +282,14 @@ void PluginProxyTestHarness::PluginDelegateMock::SetActiveURL( |
| const std::string& url) { |
| } |
| +PP_Resource PluginProxyTestHarness::PluginDelegateMock::CreateBrowserFont( |
| + Connection connection, |
| + PP_Instance instance, |
| + const PP_BrowserFont_Trusted_Description& desc, |
| + const ppapi::Preferences& prefs) { |
|
yzshen1
2013/07/25 17:21:08
nit: ppapi:: is not needed.
scottmg
2013/07/25 17:39:49
Done.
|
| + return 0; |
| +} |
| + |
| // PluginProxyTest ------------------------------------------------------------- |
| PluginProxyTest::PluginProxyTest() : PluginProxyTestHarness(SINGLETON_GLOBALS) { |