| 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 f1bb28675f028ed644ddffd11b607dbd03157966..74245ec54f05c8940f99738f9e3cc0e7fb9f2c52 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| @@ -233,13 +233,12 @@
|
| OP(DiscardFramebufferEXTImmediate) /* 474 */ \
|
| OP(LoseContextCHROMIUM) /* 475 */ \
|
| OP(InsertSyncPointCHROMIUM) /* 476 */ \
|
| - OP(WaitSyncPointCHROMIUM) /* 477 */ \
|
| - OP(DrawBuffersEXTImmediate) /* 478 */ \
|
| - OP(DiscardBackbufferCHROMIUM) /* 479 */ \
|
| - OP(ScheduleOverlayPlaneCHROMIUM) /* 480 */ \
|
| - OP(MatrixLoadfCHROMIUMImmediate) /* 481 */ \
|
| - OP(MatrixLoadIdentityCHROMIUM) /* 482 */ \
|
| - OP(BlendBarrierKHR) /* 483 */
|
| + OP(DrawBuffersEXTImmediate) /* 477 */ \
|
| + OP(DiscardBackbufferCHROMIUM) /* 478 */ \
|
| + OP(ScheduleOverlayPlaneCHROMIUM) /* 479 */ \
|
| + OP(MatrixLoadfCHROMIUMImmediate) /* 480 */ \
|
| + OP(MatrixLoadIdentityCHROMIUM) /* 481 */ \
|
| + OP(BlendBarrierKHR) /* 482 */
|
|
|
| enum CommandId {
|
| kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
|
|
|