| Index: gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| ===================================================================
|
| --- gpu/command_buffer/common/gles2_cmd_ids_autogen.h (revision 68245)
|
| +++ gpu/command_buffer/common/gles2_cmd_ids_autogen.h (working copy)
|
| @@ -201,6 +201,8 @@
|
| OP(BlitFramebufferEXT) /* 446 */ \
|
| OP(CopyTextureToParentTextureCHROMIUM) /* 447 */ \
|
| OP(ResizeCHROMIUM) /* 448 */ \
|
| + OP(GetRequestableExtensionsCHROMIUM) /* 449 */ \
|
| + OP(RequestExtensionCHROMIUM) /* 450 */ \
|
|
|
| enum CommandId {
|
| kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
|
|
|