| 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;
|
|
|
| // Only one of the following will be set, depending on the material.
|
| CheckerboardQuadState? checkerboard_quad_state;
|
|
|