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

Unified Diff: cc/ipc/compositor_frame.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 | « no previous file | mojo/public/cpp/bindings/tests/struct_with_traits.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/compositor_frame.typemap
diff --git a/cc/ipc/compositor_frame.typemap b/cc/ipc/compositor_frame.typemap
index f6818b7ecfe2af3a2ef45680cee5fc9b32d41134..5b7b1e8fc181f01e21e25472459ad7a308d11355 100644
--- a/cc/ipc/compositor_frame.typemap
+++ b/cc/ipc/compositor_frame.typemap
@@ -12,4 +12,4 @@ public_deps = [
"//cc",
]
type_mappings =
- [ "cc.mojom.CompositorFrame=cc::CompositorFrame[pass_by_value]" ]
+ [ "cc.mojom.CompositorFrame=cc::CompositorFrame[move_only]" ]
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/tests/struct_with_traits.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698