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; |