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

Unified Diff: media/mojo/interfaces/demuxer_stream.typemap

Issue 2416183002: media: Use native DemuxerStream enum types in media mojo interfaces (Closed)
Patch Set: comments addressed Created 4 years, 2 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/demuxer_stream.mojom ('k') | media/mojo/interfaces/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/demuxer_stream.typemap
diff --git a/media/mojo/interfaces/decryptor.typemap b/media/mojo/interfaces/demuxer_stream.typemap
similarity index 56%
copy from media/mojo/interfaces/decryptor.typemap
copy to media/mojo/interfaces/demuxer_stream.typemap
index 0d2977f0071eb0f08d82f9cfaec0b7b5f42619c8..10cc17d6d1f73d639a30fce7ddec9346d4aef922 100644
--- a/media/mojo/interfaces/decryptor.typemap
+++ b/media/mojo/interfaces/demuxer_stream.typemap
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-mojom = "//media/mojo/interfaces/decryptor.mojom"
+mojom = "//media/mojo/interfaces/demuxer_stream.mojom"
-public_headers = [ "//media/base/decryptor.h" ]
+public_headers = [ "//media/base/demuxer_stream.h" ]
traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ]
@@ -14,6 +14,6 @@ deps = [
]
type_mappings = [
- "media.mojom.Decryptor.Status=media::Decryptor::Status",
- "media.mojom.Decryptor.StreamType=media::Decryptor::StreamType",
+ "media.mojom.DemuxerStream.Status=media::DemuxerStream::Status",
+ "media.mojom.DemuxerStream.Type=media::DemuxerStream::Type",
]
« no previous file with comments | « media/mojo/interfaces/demuxer_stream.mojom ('k') | media/mojo/interfaces/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698