summaryrefslogtreecommitdiff
path: root/chromium/content/common/media/media_devices.typemap
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/media/media_devices.typemap')
-rw-r--r--chromium/content/common/media/media_devices.typemap3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/content/common/media/media_devices.typemap b/chromium/content/common/media/media_devices.typemap
index 0ffd81ca2f1..2451e202204 100644
--- a/chromium/content/common/media/media_devices.typemap
+++ b/chromium/content/common/media/media_devices.typemap
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-mojom = "//third_party/WebKit/public/platform/modules/mediastream/media_devices.mojom"
+mojom = "//third_party/blink/public/platform/modules/mediastream/media_devices.mojom"
public_headers = [ "//content/common/media/media_devices.h" ]
traits_headers = [ "//content/common/media/media_devices_typemap_traits.h" ]
sources = [
@@ -11,4 +11,5 @@ sources = [
type_mappings = [
"blink.mojom.MediaDeviceType=content::MediaDeviceType",
"blink.mojom.MediaDeviceInfo=content::MediaDeviceInfo",
+ "blink.mojom.FacingMode=media::VideoFacingMode",
]