Source release 19.5.0
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "cdm.h"
|
||||
|
||||
namespace widevine {
|
||||
namespace CDM_NAMESPACE {
|
||||
|
||||
using InitFuncType = Cdm::Status (*)(Cdm::SecureOutputType, Cdm::IStorage*,
|
||||
Cdm::IClock*, Cdm::ITimer*, Cdm::ILogger*,
|
||||
@@ -19,6 +19,6 @@ using CreateFuncType =
|
||||
|
||||
int PerfTestMain(InitFuncType init_func, CreateFuncType create_func);
|
||||
|
||||
} // namespace widevine
|
||||
} // namespace CDM_NAMESPACE
|
||||
|
||||
#endif // WVCDM_CDM_TEST_PERF_TEST_H_
|
||||
|
||||
Reference in New Issue
Block a user