| Index: gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| ===================================================================
|
| --- gpu/command_buffer/common/gles2_cmd_ids_autogen.h (revision 187725)
|
| +++ gpu/command_buffer/common/gles2_cmd_ids_autogen.h (working copy)
|
| @@ -251,6 +251,8 @@
|
| OP(LoseContextCHROMIUM) /* 494 */ \
|
| OP(InsertSyncPointCHROMIUM) /* 495 */ \
|
| OP(WaitSyncPointCHROMIUM) /* 496 */ \
|
| + OP(DrawBuffersEXT) /* 497 */ \
|
| + OP(DrawBuffersEXTImmediate) /* 498 */ \
|
|
|
| enum CommandId {
|
| kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
|
|
|