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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dom/media/MediaDecoderStateMachineBase.h b/dom/media/MediaDecoderStateMachineBase.h
index 5872151015..fb172b2d22 100644
--- a/dom/media/MediaDecoderStateMachineBase.h
+++ b/dom/media/MediaDecoderStateMachineBase.h
@@ -85,7 +85,8 @@ class MediaDecoderStateMachineBase {
RefPtr<ShutdownPromise> BeginShutdown();
// Seeks to the decoder to aTarget asynchronously.
- RefPtr<MediaDecoder::SeekPromise> InvokeSeek(const SeekTarget& aTarget);
+ virtual RefPtr<MediaDecoder::SeekPromise> InvokeSeek(
+ const SeekTarget& aTarget);
virtual size_t SizeOfVideoQueue() const = 0;
virtual size_t SizeOfAudioQueue() const = 0;