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

Unified Diff: components/arc/common/video_accelerator.typemap

Issue 2513973002: Use mojo typemap to simplify the code using DmabufPlane (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: components/arc/common/video_accelerator.typemap
diff --git a/components/arc/common/video_accelerator.typemap b/components/arc/common/video_accelerator.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..bdef299029b85c53ad4703b28764d3ac7e83abc8
--- /dev/null
+++ b/components/arc/common/video_accelerator.typemap
@@ -0,0 +1,9 @@
+# Copyright 2016 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 = "//components/arc/common/video_accelerator.mojom"
+public_headers = [ "//components/arc/video_accelerator/video_accelerator.h" ]
+traits_headers =
+ [ "//components/arc/video_accelerator/video_accelerator_struct_traits.h" ]
+type_mappings = [ "arc.mojom.ArcVideoAcceleratorDmabufPlane=arc::ArcVideoAcceleratorDmabufPlane[move_only]" ]

Powered by Google App Engine
This is Rietveld 408576698