Chromium Code Reviews| Index: gpu/command_buffer/common/gles2_cmd_format.h |
| diff --git a/gpu/command_buffer/common/gles2_cmd_format.h b/gpu/command_buffer/common/gles2_cmd_format.h |
| index 9491d9893e18a7fdec81761b14186bb7aa24ff12..0ef4c20691f1b9d92f0ef6c6be592d93d1e4ae5f 100644 |
| --- a/gpu/command_buffer/common/gles2_cmd_format.h |
| +++ b/gpu/command_buffer/common/gles2_cmd_format.h |
| @@ -56,7 +56,9 @@ enum IdNamespaces { |
| kTextures, |
| kQueries, |
| kVertexArrays, |
| - kNumIdNamespaces |
| + kImageBuffers, |
| + // Must be the last entry in this enum. |
| + kNumIdNamespaces, |
| }; |
| // These numbers must not change |