Index: third_party/WebKit/Source/modules/mediacapabilities/NavigatorMediaCapabilities.idl |
diff --git a/third_party/WebKit/Source/modules/mediacapabilities/NavigatorMediaCapabilities.idl b/third_party/WebKit/Source/modules/mediacapabilities/NavigatorMediaCapabilities.idl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8c9e52a347fb499bbb39e93005b9539649a98f0c |
--- /dev/null |
+++ b/third_party/WebKit/Source/modules/mediacapabilities/NavigatorMediaCapabilities.idl |
@@ -0,0 +1,12 @@ |
+// Copyright 2017 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// https://wicg.github.io/media-capabilities/#navigators-extensions |
+ |
+[ |
+ Exposed=Window, |
+ RuntimeEnabled=MediaCapabilities |
+] partial interface Navigator { |
+ [SameObject] readonly attribute MediaCapabilities mediaCapabilities; |
+}; |