diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:40:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:40:49 +0000 |
commit | 293d3ceaedc60c45e9abe78fee1480d8fb0aae95 (patch) | |
tree | 13860e4bbb3aba054d735643c3d3cf651de11e36 /dom/media/gmp/GMPVideoDecoderChild.h | |
parent | Adding upstream version 115.11.0esr. (diff) | |
download | firefox-esr-293d3ceaedc60c45e9abe78fee1480d8fb0aae95.tar.xz firefox-esr-293d3ceaedc60c45e9abe78fee1480d8fb0aae95.zip |
Adding upstream version 115.12.0esr.upstream/115.12.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/media/gmp/GMPVideoDecoderChild.h')
-rw-r--r-- | dom/media/gmp/GMPVideoDecoderChild.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/media/gmp/GMPVideoDecoderChild.h b/dom/media/gmp/GMPVideoDecoderChild.h index 3c74e5f02c..527d6cad44 100644 --- a/dom/media/gmp/GMPVideoDecoderChild.h +++ b/dom/media/gmp/GMPVideoDecoderChild.h @@ -59,6 +59,7 @@ class GMPVideoDecoderChild : public PGMPVideoDecoderChild, mozilla::ipc::IPCResult RecvReset(); mozilla::ipc::IPCResult RecvDrain(); mozilla::ipc::IPCResult RecvDecodingComplete(); + void ActorDestroy(ActorDestroyReason why) override; GMPContentChild* mPlugin; GMPVideoDecoder* mVideoDecoder; |