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

Unified Diff: cc/ipc/shared_quad_state.mojom

Issue 2174843003: cc mojo: Use ArrayDataViews in RenderPasses (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix RenderPassId 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 | « cc/ipc/render_pass_struct_traits.cc ('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 8dbbaaeff490078fb05a9e6ff313d63780bdca85..d819acb0e664f74090ae73381d65869dc3219e88 100644
--- a/cc/ipc/shared_quad_state.mojom
+++ b/cc/ipc/shared_quad_state.mojom
@@ -28,7 +28,3 @@ struct SharedQuadState {
uint32 blend_mode;
int32 sorting_context_id;
};
-
-struct SharedQuadStateList {
- array<SharedQuadState> shared_quad_states;
-};
« no previous file with comments | « cc/ipc/render_pass_struct_traits.cc ('k') | cc/ipc/shared_quad_state_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698