Chromium Code Reviews| Index: command_buffer/common/cross/resource.h |
| =================================================================== |
| --- command_buffer/common/cross/resource.h (revision 26638) |
| +++ command_buffer/common/cross/resource.h (working copy) |
| @@ -46,6 +46,7 @@ |
| namespace command_buffer { |
| // A resource ID, key to the resource maps. |
| +// TODO(gman): Shouldn't this be a uint32? |
| typedef unsigned int ResourceID; |
| // Invalid resource ID. |
| static const ResourceID kInvalidResource = 0xffffffffU; |