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

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

Issue 2423703002: media: Use native CipherMode enum type in media mojo interfaces (Closed)
Patch Set: media: Use native CDM enum types in media mojo interfaces 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/media_types.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/media_types.typemap
diff --git a/media/mojo/interfaces/media_types.typemap b/media/mojo/interfaces/media_types.typemap
index 46c3487c3d955e42a65bfc183f7235f256b452aa..13a15251fb00ddaaa6b726d1eba2aa5b119308c8 100644
--- a/media/mojo/interfaces/media_types.typemap
+++ b/media/mojo/interfaces/media_types.typemap
@@ -9,6 +9,7 @@ public_headers = [
"//media/base/buffering_state.h",
"//media/base/channel_layout.h",
"//media/base/decode_status.h",
+ "//media/base/encryption_scheme.h",
"//media/base/sample_format.h",
"//media/base/subsample_entry.h",
"//media/base/video_codecs.h",
@@ -28,6 +29,7 @@ type_mappings = [
"media.mojom.ChannelLayout=media::ChannelLayout",
"media.mojom.ColorSpace=media::ColorSpace",
"media.mojom.DecodeStatus=media::DecodeStatus",
+ "media.mojom.EncryptionScheme.CipherMode=media::EncryptionScheme::CipherMode",
"media.mojom.SampleFormat=media::SampleFormat",
"media.mojom.SubsampleEntry=media::SubsampleEntry",
"media.mojom.VideoCodec=media::VideoCodec",
« no previous file with comments | « media/mojo/interfaces/media_types.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698