icecat: update to upstream version 128.0.14-1gnu1
This commit is contained in:
parent
0cdda4f34e
commit
56c3deff60
77 changed files with 8997 additions and 3862 deletions
|
|
@ -20,7 +20,7 @@
|
|||
# include "WMFUtils.h"
|
||||
#endif
|
||||
|
||||
class ClearKeyCDM : public cdm::ContentDecryptionModule_10 {
|
||||
class ClearKeyCDM final : public cdm::ContentDecryptionModule_11 {
|
||||
private:
|
||||
RefPtr<ClearKeySessionManager> mSessionManager;
|
||||
#ifdef ENABLE_WMF
|
||||
|
|
@ -29,10 +29,10 @@ class ClearKeyCDM : public cdm::ContentDecryptionModule_10 {
|
|||
bool mIsProtectionQueryEnabled = false;
|
||||
|
||||
protected:
|
||||
cdm::Host_10* mHost;
|
||||
cdm::Host_11* mHost;
|
||||
|
||||
public:
|
||||
explicit ClearKeyCDM(cdm::Host_10* aHost);
|
||||
explicit ClearKeyCDM(cdm::Host_11* aHost);
|
||||
|
||||
void Initialize(bool aAllowDistinctiveIdentifier, bool aAllowPersistentState,
|
||||
bool aUseHardwareSecureCodecs) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue