| Index: ppapi/shared_impl/test_globals.h
|
| diff --git a/ppapi/shared_impl/test_globals.h b/ppapi/shared_impl/test_globals.h
|
| index ae6f4b2ce454623ef02b960e4ba548d3123f4067..cf1be89d9af8bd06b066a75c3cfc0d097cc078a2 100644
|
| --- a/ppapi/shared_impl/test_globals.h
|
| +++ b/ppapi/shared_impl/test_globals.h
|
| @@ -38,6 +38,8 @@ class TestGlobals : public PpapiGlobals {
|
| virtual FunctionGroupBase* GetFunctionAPI(PP_Instance inst,
|
| ApiID id) OVERRIDE;
|
| virtual PP_Module GetModuleForInstance(PP_Instance instance) OVERRIDE;
|
| + virtual std::string GetCmdLine() OVERRIDE;
|
| + virtual void PreCacheFontForFlash(const void* logfontw) OVERRIDE;
|
| virtual base::Lock* GetProxyLock() OVERRIDE;
|
| virtual void LogWithSource(PP_Instance instance,
|
| PP_LogLevel_Dev level,
|
|
|