mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
[EME} Hackily implement cdm::Host_9::RequestStorageId
TODO: Implement this properly in the future.
This commit is contained in:
parent
eb2e8d7f92
commit
a8d231e0a9
2 changed files with 14 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ public:
|
|||
cdm::Status aDecoderStatus) override;
|
||||
// cdm::Host_9 interface
|
||||
// NOTE: the interface has changed upstream.
|
||||
void RequestStorageId() override {}
|
||||
void RequestStorageId(uint32_t aVersion) override;
|
||||
cdm::FileIO* CreateFileIO(cdm::FileIOClient* aClient) override;
|
||||
|
||||
GMPDecryptorCallback* Callback() const { return mCallback; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue