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

Unified Diff: cc/ipc/shared_quad_state.mojom

Issue 2075853004: Implement SharedQuadStateList StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sky's comments Created 4 years, 6 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/quads.typemap ('k') | cc/ipc/shared_quad_state_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/shared_quad_state.mojom
diff --git a/cc/ipc/shared_quad_state.mojom b/cc/ipc/shared_quad_state.mojom
index 45fdbbb93c8d1bb7877c6e4b844b2b9203b6ec2c..8dbbaaeff490078fb05a9e6ff313d63780bdca85 100644
--- a/cc/ipc/shared_quad_state.mojom
+++ b/cc/ipc/shared_quad_state.mojom
@@ -29,3 +29,6 @@ struct SharedQuadState {
int32 sorting_context_id;
};
+struct SharedQuadStateList {
+ array<SharedQuadState> shared_quad_states;
+};
« no previous file with comments | « cc/ipc/quads.typemap ('k') | cc/ipc/shared_quad_state_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698