summaryrefslogtreecommitdiffstats
path: root/dom/media/MediaDecoderStateMachineBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/MediaDecoderStateMachineBase.h')
-rw-r--r--dom/media/MediaDecoderStateMachineBase.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/media/MediaDecoderStateMachineBase.h b/dom/media/MediaDecoderStateMachineBase.h
index b4950746e8..5872151015 100644
--- a/dom/media/MediaDecoderStateMachineBase.h
+++ b/dom/media/MediaDecoderStateMachineBase.h
@@ -169,6 +169,8 @@ class MediaDecoderStateMachineBase {
virtual bool IsCDMProxySupported(CDMProxy* aProxy) = 0;
+ virtual bool IsExternalEngineStateMachine() const { return false; }
+
protected:
virtual ~MediaDecoderStateMachineBase() = default;
@@ -195,7 +197,7 @@ class MediaDecoderStateMachineBase {
virtual RefPtr<MediaDecoder::SeekPromise> Seek(const SeekTarget& aTarget) = 0;
- void DecodeError(const MediaResult& aError);
+ virtual void DecodeError(const MediaResult& aError);
// Functions used by assertions to ensure we're calling things
// on the appropriate threads.