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

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

Issue 2799843002: Implement Mojo IPC for media::VideoColorSpace (Closed)
Patch Set: Fixed the year in comment 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
« no previous file with comments | « media/mojo/interfaces/typemaps.gni ('k') | media/mojo/interfaces/video_color_space_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/video_color_space.typemap
diff --git a/media/mojo/interfaces/video_color_space.typemap b/media/mojo/interfaces/video_color_space.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..70be1d9a2795e1f0b23137131a23b3c04ec5b562
--- /dev/null
+++ b/media/mojo/interfaces/video_color_space.typemap
@@ -0,0 +1,17 @@
+# 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/video_color_space.h",
+ "//ui/gfx/color_space.h",
+]
+traits_headers = [ "//media/mojo/interfaces/video_color_space_struct_traits.h" ]
+type_mappings = [
+ "media.mojom.VideoColorSpace.PrimaryID=media::VideoColorSpace::PrimaryID",
+ "media.mojom.VideoColorSpace.TransferID=media::VideoColorSpace::TransferID",
+ "media.mojom.VideoColorSpace.MatrixID=media::VideoColorSpace::MatrixID",
+ "media.mojom.VideoColorSpace.RangeID=gfx::ColorSpace::RangeID",
+ "media.mojom.VideoColorSpace=media::VideoColorSpace",
+]
« no previous file with comments | « media/mojo/interfaces/typemaps.gni ('k') | media/mojo/interfaces/video_color_space_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698