summaryrefslogtreecommitdiff
path: root/dom/media/MediaDecoderOwner.h
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-21 02:18:57 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-21 02:18:57 -0500
commit9b03443b6a227c09e62fa393d4a413005691f8ad (patch)
tree83ca0d8978735cdf8741342a248eec38c0b17c78 /dom/media/MediaDecoderOwner.h
parent0c7843d82b2ac8d73c0a6fb69865d086fc1f81b2 (diff)
downloadaura-central-9b03443b6a227c09e62fa393d4a413005691f8ad.tar.gz
Issue #25 - Part 13: Remove EME from dom/media and HTMLMediaElement.webidl
Diffstat (limited to 'dom/media/MediaDecoderOwner.h')
-rw-r--r--dom/media/MediaDecoderOwner.h8
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