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

Unified Diff: cc/ipc/render_pass.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/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 75a4c9eae7acaba185148c767f1e55b14c876bcc..a45a2ce180191cb50dd9a01f7e208cfe829558e9 100644
--- a/cc/ipc/render_pass.mojom
+++ b/cc/ipc/render_pass.mojom
@@ -6,7 +6,6 @@ module cc.mojom;
import "cc/ipc/render_pass_id.mojom";
import "cc/ipc/quads.mojom";
-import "cc/ipc/shared_quad_state.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
import "ui/gfx/mojo/transform.mojom";
@@ -17,7 +16,5 @@ struct RenderPass {
gfx.mojom.Rect damage_rect;
gfx.mojom.Transform transform_to_root_target;
bool has_transparent_background;
- QuadList quad_list;
- array<uint32> shared_quad_state_references;
- SharedQuadStateList shared_quad_state_list;
+ array<DrawQuad> quad_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