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 62e68592b6678efcd6dd1e140b72941ebba50159..4d8389d11c2a43c0cd5888aec5eacf1ad6a2af9e 100644 |
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h |
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h |
@@ -324,7 +324,10 @@ |
OP(StencilThenCoverStrokePathInstancedCHROMIUM) /* 565 */ \ |
OP(BindFragmentInputLocationCHROMIUMBucket) /* 566 */ \ |
OP(ProgramPathFragmentInputGenCHROMIUM) /* 567 */ \ |
- OP(BlendBarrierKHR) /* 568 */ |
+ OP(BlendBarrierKHR) /* 568 */ \ |
+ OP(BindFragDataLocationIndexedEXTBucket) /* 569 */ \ |
+ OP(BindFragDataLocationEXTBucket) /* 570 */ \ |
+ OP(GetFragDataIndexEXT) /* 571 */ |
enum CommandId { |
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |