diff options
author | Moonchild <moonchild@palemoon.org> | 2021-12-27 11:33:08 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-12-27 11:33:08 +0000 |
commit | a3bcbd51d04a43148489595af68b28efacca6bce (patch) | |
tree | b84b4cadc5fe4ce78cb68365ffb9bf0f61ca68b6 /dom/media/MediaDecoderOwner.h | |
parent | 91bf576590fb768b20d3e61536091bb05d9ecdde (diff) | |
download | aura-central-a3bcbd51d04a43148489595af68b28efacca6bce.tar.gz |
Issue %3012 - Remove EME support code and conditionals.
Diffstat (limited to 'dom/media/MediaDecoderOwner.h')
-rw-r--r-- | dom/media/MediaDecoderOwner.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dom/media/MediaDecoderOwner.h b/dom/media/MediaDecoderOwner.h index f993b4324..649d2996f 100644 --- a/dom/media/MediaDecoderOwner.h +++ b/dom/media/MediaDecoderOwner.h @@ -142,14 +142,6 @@ public: // The decoder owner should call Shutdown() on the decoder and drop the // reference to the decoder to prevent further calls into the decoder. virtual void NotifyXPCOMShutdown() = 0; - -#ifdef MOZ_EME - // Dispatches a "encrypted" event to the HTMLMediaElement, with the - // provided init data. Actual dispatch may be delayed until HAVE_METADATA. - // Main thread only. - virtual void DispatchEncrypted(const nsTArray<uint8_t>& aInitData, - const nsAString& aInitDataType) = 0; -#endif }; } // namespace mozilla |