summaryrefslogtreecommitdiff
path: root/dom/media/MediaDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/MediaDecoder.h')
-rw-r--r--dom/media/MediaDecoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/media/MediaDecoder.h b/dom/media/MediaDecoder.h
index a0b14b6da..5bc9e5000 100644
--- a/dom/media/MediaDecoder.h
+++ b/dom/media/MediaDecoder.h
@@ -242,6 +242,8 @@ public:
// Must be called before Shutdown().
bool OwnerHasError() const;
+ already_AddRefed<GMPCrashHelper> GetCrashHelper() override;
+
protected:
// Updates the media duration. This is called while the media is being
// played, calls before the media has reached loaded metadata are ignored.