diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2019-01-14 03:20:28 -0500 |
---|---|---|
committer | adeshkp <adeshkp@users.noreply.github.com> | 2019-01-14 03:20:28 -0500 |
commit | 09a81ba9b63c6bb966932e214bc0ead41db15403 (patch) | |
tree | 3d9684a4b7837e0b147df18d2e03f47ee9546c11 /dom/html/HTMLMediaElement.h | |
parent | 5335681cd2ab05ad47e81be7722c9eee19d54065 (diff) | |
download | UXP-09a81ba9b63c6bb966932e214bc0ead41db15403.tar UXP-09a81ba9b63c6bb966932e214bc0ead41db15403.tar.gz UXP-09a81ba9b63c6bb966932e214bc0ead41db15403.tar.lz UXP-09a81ba9b63c6bb966932e214bc0ead41db15403.tar.xz UXP-09a81ba9b63c6bb966932e214bc0ead41db15403.zip |
Remove unused telemetry timer from HTMLMediaElement.h
Diffstat (limited to 'dom/html/HTMLMediaElement.h')
-rw-r--r-- | dom/html/HTMLMediaElement.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dom/html/HTMLMediaElement.h b/dom/html/HTMLMediaElement.h index 3e6cb519d..899e8449a 100644 --- a/dom/html/HTMLMediaElement.h +++ b/dom/html/HTMLMediaElement.h @@ -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; |