Index: gpu/command_buffer/common/gles2_cmd_ids_autogen.h |
=================================================================== |
--- gpu/command_buffer/common/gles2_cmd_ids_autogen.h (revision 128216) |
+++ gpu/command_buffer/common/gles2_cmd_ids_autogen.h (working copy) |
@@ -218,9 +218,10 @@ |
OP(GetTranslatedShaderSourceANGLE) /* 461 */ \ |
OP(PostSubBufferCHROMIUM) /* 462 */ \ |
OP(TexImageIOSurface2DCHROMIUM) /* 463 */ \ |
- OP(DrawArraysInstancedANGLE) /* 464 */ \ |
- OP(DrawElementsInstancedANGLE) /* 465 */ \ |
- OP(VertexAttribDivisorANGLE) /* 466 */ \ |
+ OP(CopyTextureCHROMIUM) /* 464 */ \ |
+ OP(DrawArraysInstancedANGLE) /* 465 */ \ |
+ OP(DrawElementsInstancedANGLE) /* 466 */ \ |
+ OP(VertexAttribDivisorANGLE) /* 467 */ \ |
enum CommandId { |
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |