summaryrefslogtreecommitdiffstats
path: root/dom/media/platforms/wmf
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@wolfbeast.com>2018-12-03 02:29:32 +0100
committerGitHub <noreply@github.com>2018-12-03 02:29:32 +0100
commitb07aad35366437cb2e07d9e75c6baf42b4ae17a4 (patch)
tree90274aa575339feb7aa32d3826928d10447a160c /dom/media/platforms/wmf
parentf7430355ed99227bd4bfe7544bdf9fbb7134918a (diff)
parentb78915e46c137cbba048f8e8deac4a8e3282a515 (diff)
downloadUXP-b07aad35366437cb2e07d9e75c6baf42b4ae17a4.tar
UXP-b07aad35366437cb2e07d9e75c6baf42b4ae17a4.tar.gz
UXP-b07aad35366437cb2e07d9e75c6baf42b4ae17a4.tar.lz
UXP-b07aad35366437cb2e07d9e75c6baf42b4ae17a4.tar.xz
UXP-b07aad35366437cb2e07d9e75c6baf42b4ae17a4.zip
Merge pull request #897 from trav90/telemetry-cleanup
Remove MediaTelemetryConstants
Diffstat (limited to 'dom/media/platforms/wmf')
-rw-r--r--dom/media/platforms/wmf/DXVA2Manager.cpp1
-rw-r--r--dom/media/platforms/wmf/WMFVideoMFTManager.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/dom/media/platforms/wmf/DXVA2Manager.cpp b/dom/media/platforms/wmf/DXVA2Manager.cpp
index 1226ea621..69e002f7f 100644
--- a/dom/media/platforms/wmf/DXVA2Manager.cpp
+++ b/dom/media/platforms/wmf/DXVA2Manager.cpp
@@ -14,7 +14,6 @@
#include "mozilla/layers/D3D11ShareHandleImage.h"
#include "mozilla/layers/ImageBridgeChild.h"
#include "mozilla/layers/TextureForwarder.h"
-#include "MediaTelemetryConstants.h"
#include "mfapi.h"
#include "gfxPrefs.h"
#include "MFTDecoder.h"
diff --git a/dom/media/platforms/wmf/WMFVideoMFTManager.cpp b/dom/media/platforms/wmf/WMFVideoMFTManager.cpp
index 8a51f817a..a7633a7de 100644
--- a/dom/media/platforms/wmf/WMFVideoMFTManager.cpp
+++ b/dom/media/platforms/wmf/WMFVideoMFTManager.cpp
@@ -27,7 +27,6 @@
#include "mozilla/WindowsVersion.h"
#include "mozilla/Telemetry.h"
#include "nsPrintfCString.h"
-#include "MediaTelemetryConstants.h"
#include "GMPUtils.h" // For SplitAt. TODO: Move SplitAt to a central place.
#include "MP4Decoder.h"
#include "VPXDecoder.h"