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

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

Issue 2386443002: media: Use native BufferingState in media mojo interfaces (Closed)
Patch Set: media: Use native media enums 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') | media/mojo/services/media_mojo_unittest.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 1eff4f1b38da0aa938f602272f72f667db739410..b6a56ecd150a152363fbaafa25e57f563a4633b2 100644
--- a/media/mojo/interfaces/media_types.typemap
+++ b/media/mojo/interfaces/media_types.typemap
@@ -4,7 +4,10 @@
mojom = "//media/mojo/interfaces/media_types.mojom"
-public_headers = [ "//media/base/subsample_entry.h" ]
+public_headers = [
+ "//media/base/buffering_state.h",
+ "//media/base/subsample_entry.h",
+]
traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ]
@@ -13,4 +16,7 @@ deps = [
"//media/base/ipc",
]
-type_mappings = [ "media.mojom.SubsampleEntry=media::SubsampleEntry" ]
+type_mappings = [
+ "media.mojom.BufferingState=media::BufferingState",
+ "media.mojom.SubsampleEntry=media::SubsampleEntry",
+]
« no previous file with comments | « media/mojo/interfaces/media_types.mojom ('k') | media/mojo/services/media_mojo_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698