mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Remove unused telemetry timer from HTMLMediaElement.h
This commit is contained in:
parent
aea50f182f
commit
4c3713155e
2 changed files with 0 additions and 7 deletions
|
|
@ -3145,10 +3145,6 @@ HTMLMediaElement::~HTMLMediaElement()
|
|||
if (mProgressTimer) {
|
||||
StopProgress();
|
||||
}
|
||||
if (mVideoDecodeSuspendTimer) {
|
||||
mVideoDecodeSuspendTimer->Cancel();
|
||||
mVideoDecodeSuspendTimer = nullptr;
|
||||
}
|
||||
if (mSrcStream) {
|
||||
EndSrcMediaStreamPlayback();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1461,9 +1461,6 @@ protected:
|
|||
// Timer used for updating progress events.
|
||||
nsCOMPtr<nsITimer> mProgressTimer;
|
||||
|
||||
// Timer used to simulate video-suspend.
|
||||
nsCOMPtr<nsITimer> mVideoDecodeSuspendTimer;
|
||||
|
||||
#ifdef MOZ_EME
|
||||
// Encrypted Media Extension media keys.
|
||||
RefPtr<MediaKeys> mMediaKeys;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue