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

Unified Diff: cc/ipc/copy_output_request.typemap

Issue 2670213006: Mojom structs for copy requests / results should map to unique_ptr (Closed)
Patch Set: c Created 3 years, 10 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/BUILD.gn ('k') | cc/ipc/copy_output_request_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_request.typemap
diff --git a/cc/ipc/copy_output_request.typemap b/cc/ipc/copy_output_request.typemap
index 344c11274db9a5a321622c1b476ad472a3a3a3c9..7be73261d9e2bcd1d7105d827d82fe1d2e341cbb 100644
--- a/cc/ipc/copy_output_request.typemap
+++ b/cc/ipc/copy_output_request.typemap
@@ -8,4 +8,4 @@ traits_headers = [ "//cc/ipc/copy_output_request_struct_traits.h" ]
sources = [
"//cc/ipc:struct_traits",
]
-type_mappings = [ "cc.mojom.CopyOutputRequest=cc::CopyOutputRequest" ]
+type_mappings = [ "cc.mojom.CopyOutputRequest=std::unique_ptr<cc::CopyOutputRequest>[move_only]" ]
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | cc/ipc/copy_output_request_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698