Source release 19.3.0
This commit is contained in:
@@ -14,10 +14,10 @@ namespace widevine {
|
||||
using InitFuncType = Cdm::Status (*)(Cdm::SecureOutputType, Cdm::IStorage*,
|
||||
Cdm::IClock*, Cdm::ITimer*, Cdm::ILogger*,
|
||||
Cdm::LogLevel);
|
||||
using CreateFuncType = Cdm* (*)(Cdm::IEventListener*, Cdm::IStorage*, bool);
|
||||
using CreateFuncType =
|
||||
Cdm* (*)(Cdm::IEventListener*, Cdm::IStorage*, bool, bool);
|
||||
|
||||
int PerfTestMain(InitFuncType init_func, CreateFuncType create_func,
|
||||
const std::string& cert);
|
||||
int PerfTestMain(InitFuncType init_func, CreateFuncType create_func);
|
||||
|
||||
} // namespace widevine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user