Revert "dom/media: more eme fixes"

This reverts commit 58a39ca8cb.
This commit is contained in:
roytam1 2023-09-18 20:49:32 +08:00
commit 2c6336eddb
9 changed files with 10 additions and 72 deletions

View file

@ -767,12 +767,10 @@ private:
// Playback will not start when audio is offloading.
bool mAudioOffloading;
#ifdef MOZ_EME
void OnCDMProxyReady(RefPtr<CDMProxy> aProxy);
void OnCDMProxyNotReady();
RefPtr<CDMProxy> mCDMProxy;
MozPromiseRequestHolder<MediaDecoder::CDMProxyPromise> mCDMProxyPromise;
#endif
private:
// The buffered range. Mirrored from the decoder thread.