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

Unified Diff: cc/ipc/quads.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 | « no previous file | cc/ipc/quads.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/quads.mojom
diff --git a/cc/ipc/quads.mojom b/cc/ipc/quads.mojom
index 04e1d9e09fd2c50f7bc5ddb4ed3d272538c97277..21cc0da94f70cf5320d7306d0448d96e3c06736b 100644
--- a/cc/ipc/quads.mojom
+++ b/cc/ipc/quads.mojom
@@ -151,5 +151,5 @@ struct RenderPass {
gfx.mojom.Transform transform_to_root_target;
bool has_transparent_background;
array<DrawQuad> quads;
- array<cc.mojom.SharedQuadState> shared_quad_states;
+ cc.mojom.SharedQuadStateList shared_quad_states;
};
« no previous file with comments | « no previous file | cc/ipc/quads.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698