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

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

Issue 2423703002: media: Use native CipherMode enum type in media mojo interfaces (Closed)
Patch Set: 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
« media/base/encryption_scheme.h ('K') | « 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..f3ffaf3271e6cdb3b14a4fff9d26640c01bba723 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",
@@ -33,4 +34,5 @@ type_mappings = [
"media.mojom.VideoCodec=media::VideoCodec",
"media.mojom.VideoCodecProfile=media::VideoCodecProfile",
"media.mojom.VideoPixelFormat=media::VideoPixelFormat",
+ "media.mojom.EncryptionScheme.CipherMode=media::EncryptionScheme::CipherMode",
]
« media/base/encryption_scheme.h ('K') | « media/mojo/interfaces/media_types.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698