Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(903)

Unified Diff: media/mojo/interfaces/audio_parameters.mojom

Issue 1896883002: Mojo interfaces needed for switching audio rendering stream creation and closing from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move interface to media/use convertor rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698