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
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
class FakeDecryptor : public cdm::ContentDecryptionModule_10 {
|
||||
public:
|
||||
explicit FakeDecryptor(cdm::Host_10* aHost);
|
||||
explicit FakeDecryptor(cdm::Host_11* aHost);
|
||||
|
||||
void Initialize(bool aAllowDistinctiveIdentifier, bool aAllowPersistentState,
|
||||
bool aUseHardwareSecureCodecs) override {
|
||||
|
|
@ -93,7 +93,7 @@ class FakeDecryptor : public cdm::ContentDecryptionModule_10 {
|
|||
|
||||
static void Message(const std::string& aMessage);
|
||||
|
||||
cdm::Host_10* mHost;
|
||||
cdm::Host_11* mHost;
|
||||
|
||||
static FakeDecryptor* sInstance;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue