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

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

Issue 2408063009: media: Use native DecodeStatus 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/media_types.mojom ('k') | media/mojo/services/mojo_audio_decoder_service.cc » ('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 b6a56ecd150a152363fbaafa25e57f563a4633b2..a135b8253a148ae49961cd60d8e0321d967498fb 100644
--- a/media/mojo/interfaces/media_types.typemap
+++ b/media/mojo/interfaces/media_types.typemap
@@ -6,6 +6,7 @@ mojom = "//media/mojo/interfaces/media_types.mojom"
public_headers = [
"//media/base/buffering_state.h",
+ "//media/base/decode_status.h",
"//media/base/subsample_entry.h",
]
@@ -18,5 +19,6 @@ deps = [
type_mappings = [
"media.mojom.BufferingState=media::BufferingState",
+ "media.mojom.DecodeStatus=media::DecodeStatus",
"media.mojom.SubsampleEntry=media::SubsampleEntry",
]
« no previous file with comments | « media/mojo/interfaces/media_types.mojom ('k') | media/mojo/services/mojo_audio_decoder_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698