Chromium Code Reviews| Index: components/view_manager/public/interfaces/quads.mojom |
| diff --git a/components/view_manager/public/interfaces/quads.mojom b/components/view_manager/public/interfaces/quads.mojom |
| index 221d27f2bf07408138535ff77ce9ceb48146776e..b3af3d5949f741a50a2965bd7499bf1e2a3aec16 100644 |
| --- a/components/view_manager/public/interfaces/quads.mojom |
| +++ b/components/view_manager/public/interfaces/quads.mojom |
| @@ -20,7 +20,7 @@ struct IoSurfaceContentQuadState {}; |
| struct RenderPassId { |
| int32 layer_id; |
| - int32 index; |
| + uint32 index; |
|
sky
2015/06/08 14:53:13
Seems wrong to have this and RenderPassId::index d
vmpstr
2015/06/08 18:59:27
The problem is that I think the correct type for R
|
| }; |
| struct RenderPassQuadState { |