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

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

Issue 2966643002: media: Plumb MediaLog to MojoVideoDecoderService. (Closed)
Patch Set: Swap client/service directory. Created 3 years, 5 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') | media/mojo/interfaces/video_decoder.mojom » ('j') | 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 cc8b655df0a5285651174ecf385f4673d6775340..f885864370a0186930099edb7c9b8d6e190a003b 100644
--- a/media/mojo/interfaces/media_types.typemap
+++ b/media/mojo/interfaces/media_types.typemap
@@ -11,6 +11,7 @@ public_headers = [
"//media/base/decode_status.h",
"//media/base/encryption_scheme.h",
"//media/base/hdr_metadata.h",
+ "//media/base/media_log_event.h",
"//media/base/output_device_info.h",
"//media/base/sample_format.h",
"//media/base/subsample_entry.h",
@@ -35,6 +36,7 @@ type_mappings = [
"media.mojom.ColorSpace=media::ColorSpace",
"media.mojom.DecodeStatus=media::DecodeStatus",
"media.mojom.EncryptionScheme.CipherMode=media::EncryptionScheme::CipherMode",
+ "media.mojom.MediaLogEvent=media::MediaLogEvent",
"media.mojom.OutputDeviceStatus=media::OutputDeviceStatus",
"media.mojom.SampleFormat=media::SampleFormat",
"media.mojom.SubsampleEntry=media::SubsampleEntry",
« no previous file with comments | « media/mojo/interfaces/media_types.mojom ('k') | media/mojo/interfaces/video_decoder.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698