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

Unified Diff: media/mojo/interfaces/subsample_entry.mojom

Issue 2388383002: media: Use IPC_STRUCT_TRAITS to convert SubsampleEntry for mojo (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
Index: media/mojo/interfaces/subsample_entry.mojom
diff --git a/media/mojo/interfaces/audio_parameters.mojom b/media/mojo/interfaces/subsample_entry.mojom
similarity index 75%
copy from media/mojo/interfaces/audio_parameters.mojom
copy to media/mojo/interfaces/subsample_entry.mojom
index 077bf3e9dbf5a253a7b30d2dfb25cf9bd2f146be..cad695f5a7367354f09325f7949cb6acf165a83b 100644
--- a/media/mojo/interfaces/audio_parameters.mojom
+++ b/media/mojo/interfaces/subsample_entry.mojom
@@ -4,6 +4,6 @@
module media.mojom;
-// Native struct media::AudioParameters;
+// Native struct media::SubsampleEntry;
[Native]
-struct AudioParameters;
+struct SubsampleEntry;

Powered by Google App Engine
This is Rietveld 408576698