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

Unified Diff: mojo/services/public/interfaces/surfaces/quads.mojom

Issue 551013002: Use Custome ListContainer to Allocate SharedQuadState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DQAllo
Patch Set: use C++ range based loop Created 6 years, 3 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
Index: mojo/services/public/interfaces/surfaces/quads.mojom
diff --git a/mojo/services/public/interfaces/surfaces/quads.mojom b/mojo/services/public/interfaces/surfaces/quads.mojom
index 6fa279059c47a5835b1326defd6308a55e85d4bb..e575b319e3ec83d1fcc54c6641fb423b30fa087a 100644
--- a/mojo/services/public/interfaces/surfaces/quads.mojom
+++ b/mojo/services/public/interfaces/surfaces/quads.mojom
@@ -123,7 +123,7 @@ struct Quad {
// Index into the containing pass' shared quad state array which has state
// (transforms etc) shared by multiple quads.
- int32 shared_quad_state_index;
+ uint32 shared_quad_state_index;
danakj 2014/10/02 15:32:49 did you run bots for this? you're using a size_t e
weiliangc 2014/10/02 22:07:27 I don't think size_t is defined in mojom files, an
// Only one of the following will be set, depending on the material.
CheckerboardQuadState? checkerboard_quad_state;

Powered by Google App Engine
This is Rietveld 408576698