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

Unified Diff: cc/ipc/copy_output_result.typemap

Issue 2659703002: Implemented StructTraits for cc::CopyOutputResult (Closed)
Patch Set: c Created 3 years, 11 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 | « cc/ipc/copy_output_result.mojom ('k') | cc/ipc/copy_output_result_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/copy_output_result.typemap
diff --git a/cc/ipc/copy_output_result.typemap b/cc/ipc/copy_output_result.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..f6e84c28622682b9c74aac00651cabcd32771940
--- /dev/null
+++ b/cc/ipc/copy_output_result.typemap
@@ -0,0 +1,15 @@
+# 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 = "//cc/ipc/copy_output_result.mojom"
+public_headers = [ "//cc/output/copy_output_result.h" ]
+traits_headers = [ "//cc/ipc/copy_output_result_struct_traits.h" ]
+public_deps = [
+ "//cc",
+ "//skia/public/interfaces:struct_traits",
+]
+sources = [
+ "//cc/ipc:struct_traits",
+]
+type_mappings = [ "cc.mojom.CopyOutputResult=cc::CopyOutputResult" ]
« no previous file with comments | « cc/ipc/copy_output_result.mojom ('k') | cc/ipc/copy_output_result_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698