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

Unified Diff: cc/ipc/compositor_frame_metadata.typemap

Issue 2689513003: Add field-initializing constructors to generated mojo structs. (Closed)
Patch Set: rebase 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 | « no previous file | cc/ipc/struct_traits_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/compositor_frame_metadata.typemap
diff --git a/cc/ipc/compositor_frame_metadata.typemap b/cc/ipc/compositor_frame_metadata.typemap
index 4b6255b19c8548574fe55cc5da2e62231c261545..e9d96d92e44c475aa25944e9f051791b8704884c 100644
--- a/cc/ipc/compositor_frame_metadata.typemap
+++ b/cc/ipc/compositor_frame_metadata.typemap
@@ -8,5 +8,4 @@ traits_headers = [ "//cc/ipc/compositor_frame_metadata_struct_traits.h" ]
sources = [
"compositor_frame_metadata_struct_traits.cc",
]
-type_mappings =
- [ "cc.mojom.CompositorFrameMetadata=cc::CompositorFrameMetadata" ]
+type_mappings = [ "cc.mojom.CompositorFrameMetadata=cc::CompositorFrameMetadata[move_only]" ]
« no previous file with comments | « no previous file | cc/ipc/struct_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698