diff options
author | Moonchild <mcwerewolf@wolfbeast.com> | 2018-12-03 02:29:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 02:29:32 +0100 |
commit | b07aad35366437cb2e07d9e75c6baf42b4ae17a4 (patch) | |
tree | 90274aa575339feb7aa32d3826928d10447a160c /dom/media/platforms/MediaTelemetryConstants.h | |
parent | f7430355ed99227bd4bfe7544bdf9fbb7134918a (diff) | |
parent | b78915e46c137cbba048f8e8deac4a8e3282a515 (diff) | |
download | UXP-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/MediaTelemetryConstants.h')
-rw-r--r-- | dom/media/platforms/MediaTelemetryConstants.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dom/media/platforms/MediaTelemetryConstants.h b/dom/media/platforms/MediaTelemetryConstants.h deleted file mode 100644 index 5024949a8..000000000 --- a/dom/media/platforms/MediaTelemetryConstants.h +++ /dev/null @@ -1,22 +0,0 @@ -/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef dom_media_platforms_MediaTelemetryConstants_h___ -#define dom_media_platforms_MediaTelemetryConstants_h___ - -namespace mozilla { -namespace media { - -enum class MediaDecoderBackend : uint32_t -{ - WMFSoftware = 0, - WMFDXVA2D3D9 = 1, - WMFDXVA2D3D11 = 2 -}; - -} // namespace media -} // namespace mozilla - -#endif // dom_media_platforms_MediaTelemetryConstants_h___ |