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

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

Issue 2471613005: [Mojo Video Capture] Use actual factory instances implementing media::VideoCaptureDeviceFactory (Closed)
Patch Set: Created 4 years, 1 month 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/media_types.typemap
diff --git a/media/mojo/interfaces/media_types.typemap b/media/mojo/interfaces/media_types.typemap
index 13a15251fb00ddaaa6b726d1eba2aa5b119308c8..98a7cac6d4f83861eac154d45500f3cc2bc8364a 100644
--- a/media/mojo/interfaces/media_types.typemap
+++ b/media/mojo/interfaces/media_types.typemap
@@ -21,6 +21,9 @@ traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ]
deps = [
"//media",
"//media/base/ipc",
+ "//media/capture",
+ "//ui/gfx/geometry/mojo",
+ "//ui/gfx/geometry/mojo:struct_traits",
]
type_mappings = [

Powered by Google App Engine
This is Rietveld 408576698