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

Unified Diff: mojo/public/cpp/bindings/tests/test_native_types_chromium.typemap

Issue 2012693002: Generate a templated Clone method for all mojo structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: mojo/public/cpp/bindings/tests/test_native_types_chromium.typemap
diff --git a/mojo/public/cpp/bindings/tests/test_native_types_chromium.typemap b/mojo/public/cpp/bindings/tests/test_native_types_chromium.typemap
index d7786733599c862e4af6fb6fbd30f6a39db8e015..6533dcc6077b41eea0d1f6952c2927c3d5b2d12e 100644
--- a/mojo/public/cpp/bindings/tests/test_native_types_chromium.typemap
+++ b/mojo/public/cpp/bindings/tests/test_native_types_chromium.typemap
@@ -12,4 +12,4 @@ deps = [
"//ipc:param_traits",
]
-type_mappings = [ "mojo.test.PickledStruct=mojo::test::PickledStructChromium" ]
+type_mappings = [ "mojo.test.PickledStruct=mojo::test::PickledStructChromium(pass_by_value)" ]

Powered by Google App Engine
This is Rietveld 408576698