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

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

Issue 2513973002: Use mojo typemap to simplify the code using DmabufPlane (Closed)
Patch Set: Addressed comments Created 4 years 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 | « components/arc/common/typemaps.gni ('k') | components/arc/video_accelerator/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3461d8658d1af98b453d912ace2c7fe0d37550f5
--- /dev/null
+++ b/components/arc/common/video_accelerator.typemap
@@ -0,0 +1,12 @@
+# 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" ]
+sources = [
+ "//components/arc/video_accelerator/video_accelerator_struct_traits.cc",
+]
+type_mappings = [ "arc.mojom.ArcVideoAcceleratorDmabufPlane=arc::ArcVideoAcceleratorDmabufPlane[move_only]" ]
« no previous file with comments | « components/arc/common/typemaps.gni ('k') | components/arc/video_accelerator/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698