Index: media/mojo/interfaces/audio_parameters.mojom |
diff --git a/gpu/ipc/common/capabilities.mojom b/media/mojo/interfaces/audio_parameters.mojom |
similarity index 66% |
copy from gpu/ipc/common/capabilities.mojom |
copy to media/mojo/interfaces/audio_parameters.mojom |
index fd35409e940e193377d9411c182e99746220f2a7..f67d5bbe5427e026fe79551294a9af1fa533d85d 100644 |
--- a/gpu/ipc/common/capabilities.mojom |
+++ b/media/mojo/interfaces/audio_parameters.mojom |
@@ -2,7 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module gpu.mojom; |
+module media.interfaces; |
Henrik Grunell
2016/05/12 10:34:37
In audio_output.mojom, the module is media.mojom.
rchtara
2016/05/13 12:00:09
According to mcasas, yes . So i renamed it
https:/
|
+// Native struct media::AudioParameters; |
[Native] |
-struct Capabilities; |
+struct AudioParameters; |