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

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: rename media.interfaces - media.mojom 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
« no previous file with comments | « media/mojo/interfaces/audio_output.mojom ('k') | media/mojo/interfaces/audio_parameters.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/audio_parameters.mojom
diff --git a/gpu/ipc/common/capabilities.mojom b/media/mojo/interfaces/audio_parameters.mojom
similarity index 67%
copy from gpu/ipc/common/capabilities.mojom
copy to media/mojo/interfaces/audio_parameters.mojom
index fd35409e940e193377d9411c182e99746220f2a7..077bf3e9dbf5a253a7b30d2dfb25cf9bd2f146be 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.mojom;
+// Native struct media::AudioParameters;
[Native]
-struct Capabilities;
+struct AudioParameters;
« no previous file with comments | « media/mojo/interfaces/audio_output.mojom ('k') | media/mojo/interfaces/audio_parameters.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698