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

Unified Diff: cc/ipc/render_pass.mojom

Issue 2088603002: Implement RenderPass StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup 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_struct_traits.cc ('k') | cc/ipc/render_pass.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/render_pass.mojom
diff --git a/cc/ipc/render_pass.mojom b/cc/ipc/render_pass.mojom
index 8d8b29a578f997e04b8f4ff8b102e7da562a47a5..75a4c9eae7acaba185148c767f1e55b14c876bcc 100644
--- a/cc/ipc/render_pass.mojom
+++ b/cc/ipc/render_pass.mojom
@@ -12,11 +12,12 @@ import "ui/gfx/mojo/transform.mojom";
// See cc/quads/render_pass.h.
struct RenderPass {
- cc.mojom.RenderPassId id;
+ RenderPassId id;
gfx.mojom.Rect output_rect;
gfx.mojom.Rect damage_rect;
gfx.mojom.Transform transform_to_root_target;
bool has_transparent_background;
- array<DrawQuad> quads;
- cc.mojom.SharedQuadStateList shared_quad_states;
+ QuadList quad_list;
+ array<uint32> shared_quad_state_references;
+ SharedQuadStateList shared_quad_state_list;
};
« no previous file with comments | « cc/ipc/quads_struct_traits.cc ('k') | cc/ipc/render_pass.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698