| 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 665ba5651a94a269bace3f776d5b3eb6f9739537..6be60fab37ba8f94642c478c69784d18f0f7aa08 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| @@ -325,7 +325,10 @@
|
| OP(BindFragmentInputLocationCHROMIUMBucket) /* 566 */ \
|
| OP(ProgramPathFragmentInputGenCHROMIUM) /* 567 */ \
|
| OP(BlendBarrierKHR) /* 568 */ \
|
| - OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 569 */
|
| + OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 569 */ \
|
| + OP(BindFragDataLocationIndexedEXTBucket) /* 570 */ \
|
| + OP(BindFragDataLocationEXTBucket) /* 571 */ \
|
| + OP(GetFragDataIndexEXT) /* 572 */
|
|
|
| enum CommandId {
|
| kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
|
|
|