mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
Fix build bustage.
This commit is contained in:
parent
cdc953632f
commit
afd64584b1
2 changed files with 21 additions and 2 deletions
|
|
@ -51,6 +51,10 @@ public:
|
|||
explicit CDMWrapper(cdm::ContentDecryptionModule_9* aCDM,
|
||||
WidevineDecryptor* aDecryptor);
|
||||
cdm::ContentDecryptionModule_9* GetCDM() const { return mCDM; }
|
||||
void OnStorageId(uint32_t aVersion, const uint8_t* aStorageId,
|
||||
uint32_t aStorageIdSize) {
|
||||
mCDM->OnStorageId(aVersion, aStorageId, aStorageIdSize);
|
||||
}
|
||||
private:
|
||||
~CDMWrapper();
|
||||
cdm::ContentDecryptionModule_9* mCDM;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue