Index: third_party/WebKit/Source/modules/media_capabilities/MediaDecodingAbility.idl |
diff --git a/third_party/WebKit/Source/modules/media_capabilities/MediaDecodingAbility.idl b/third_party/WebKit/Source/modules/media_capabilities/MediaDecodingAbility.idl |
deleted file mode 100644 |
index f1ed46dcdb34680ffc9ee29be8801e14129829ff..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/Source/modules/media_capabilities/MediaDecodingAbility.idl |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-// 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/#mediadecodingability |
- |
-[ |
- Exposed=Window, |
- RuntimeEnabled=MediaCapabilities |
-] interface MediaDecodingAbility { |
- readonly attribute boolean supported; |
- readonly attribute boolean smooth; |
- readonly attribute boolean powerEfficient; |
-}; |