| Index: content/common/media/audio_parameters.mojom
|
| diff --git a/gpu/ipc/common/capabilities.mojom b/content/common/media/audio_parameters.mojom
|
| similarity index 64%
|
| copy from gpu/ipc/common/capabilities.mojom
|
| copy to content/common/media/audio_parameters.mojom
|
| index fd35409e940e193377d9411c182e99746220f2a7..be863e3a14b430c4cc9c268d119fa97c2f8d4305 100644
|
| --- a/gpu/ipc/common/capabilities.mojom
|
| +++ b/content/common/media/audio_parameters.mojom
|
| @@ -1,8 +1,9 @@
|
| -// Copyright 2016 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.
|
| -
|
| -module gpu.mojom;
|
| -
|
| -[Native]
|
| -struct Capabilities;
|
| +// Copyright 2016 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.
|
| +
|
| +module media.interfaces;
|
| +
|
| +// Native struct media::AudioParameters;
|
| +[Native]
|
| +struct AudioParameters;
|
|
|