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

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

Issue 2805533005: Implement Mojo IPC for media::HDRMetadata (Closed)
Patch Set: Add comments for max_cll and max_fall Created 3 years, 8 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/hdr_metadata.typemap
diff --git a/media/mojo/interfaces/hdr_metadata.typemap b/media/mojo/interfaces/hdr_metadata.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..6557c4b7a39e8dbf7bb517711043df3426d9fd57
--- /dev/null
+++ b/media/mojo/interfaces/hdr_metadata.typemap
@@ -0,0 +1,11 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//media/mojo/interfaces/media_types.mojom"
+public_headers = [ "//media/base/hdr_metadata.h" ]
+traits_headers = [ "//media/mojo/interfaces/hdr_metadata_struct_traits.h" ]
+type_mappings = [
+ "media.mojom.MasteringMetadata=media::MasteringMetadata",
+ "media.mojom.HDRMetadata=media::HDRMetadata",
+]

Powered by Google App Engine
This is Rietveld 408576698