| Index: third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceOptions.idl
|
| diff --git a/ash/public/interfaces/ash_window_type.mojom b/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceOptions.idl
|
| similarity index 51%
|
| copy from ash/public/interfaces/ash_window_type.mojom
|
| copy to third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceOptions.idl
|
| index 61f2c4d6435fb90668777035bb9cdeeb3fa4c3b7..f51f2e6a5f6c837cf36a707f6ef1508612b65b4a 100644
|
| --- a/ash/public/interfaces/ash_window_type.mojom
|
| +++ b/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceOptions.idl
|
| @@ -2,12 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module ash.mojom;
|
| -
|
| -enum AshWindowType {
|
| - SHELF = 0,
|
| - STATUS_AREA,
|
| - COUNT
|
| +// See https://webaudio.github.io/web-audio-api/#mediaelementaudiosourceoptions
|
| +dictionary MediaElementAudioSourceOptions {
|
| + HTMLMediaElement mediaElement;
|
| };
|
| -
|
| -const string kAshWindowType_Property = "ash:window-type";
|
|
|