| 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 37859a782f410b955eac98a997196a807cedcc65..0f1a66a318accd4cea0e93c90afb334c0080bf72 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| @@ -221,6 +221,8 @@
|
| OP(DrawArraysInstancedANGLE) /* 464 */ \
|
| OP(DrawElementsInstancedANGLE) /* 465 */ \
|
| OP(VertexAttribDivisorANGLE) /* 466 */ \
|
| + OP(DiscardBackbufferCHROMIUM) /* 467 */ \
|
| + OP(EnsureBackbufferCHROMIUM) /* 468 */ \
|
|
|
| enum CommandId {
|
| kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
|
|
|