Chromium Code Reviews| 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; |
| +}; |