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

Unified Diff: ui/events/mojo/event.typemap

Issue 2147563004: Mojo C++ bindings: rename "pass_by_value" typemap attribute to "move_only". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@68_native_types
Patch Set: Created 4 years, 5 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 | « mojo/public/tools/bindings/generators/mojom_cpp_generator.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/event.typemap
diff --git a/ui/events/mojo/event.typemap b/ui/events/mojo/event.typemap
index fea94a7bdb22648ebdb3a82ad857cb12c09a56ab..b34142e39fac4bd3dd5dbcf88d29130c8d2896e2 100644
--- a/ui/events/mojo/event.typemap
+++ b/ui/events/mojo/event.typemap
@@ -15,4 +15,4 @@ sources = [
]
# TODO(moshayedi): crbug.com/617167. Map mojom.Event directly to ui::Event.
-type_mappings = [ "ui.mojom.Event=std::unique_ptr<ui::Event>[pass_by_value]" ]
+type_mappings = [ "ui.mojom.Event=std::unique_ptr<ui::Event>[move_only]" ]
« no previous file with comments | « mojo/public/tools/bindings/generators/mojom_cpp_generator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698