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

Unified Diff: content/common/media/audio_parameters.mojom

Issue 1970643002: ParamTraits version of https://codereview.chromium.org/1896883002/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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 | « content/common/media/audio_output.mojom ('k') | content/common/media/audio_parameters.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/common/media/audio_output.mojom ('k') | content/common/media/audio_parameters.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698