| Index: gpu/command_buffer/common/gles2_cmd_ids_autogen.h | 
| diff --git a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h | 
| index bed63e25979ac2ca175c8cefa4760bb2555cc2a9..6543de34770d3cc0709dd27ca95beb9cfb3bbecb 100644 | 
| --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h | 
| +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h | 
| @@ -239,6 +239,8 @@ | 
| OP(BindUniformLocationCHROMIUM)                              /* 482 */ \ | 
| OP(BindUniformLocationCHROMIUMImmediate)                     /* 483 */ \ | 
| OP(BindUniformLocationCHROMIUMBucket)                        /* 484 */ \ | 
| +  OP(BindTexImage2DCHROMIUM)                                   /* 485 */ \ | 
| +  OP(ReleaseTexImage2DCHROMIUM)                                /* 486 */ \ | 
|  | 
| enum CommandId { | 
| kStartPoint = cmd::kLastCommonId,  // All GLES2 commands start after this. | 
|  |