| 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 94aa86c7ba540fa4c564426cdb3650c509b1951f..4fe80f8a1b8cbf2cf469ce8ee8345aa464eb43fd 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| @@ -240,9 +240,10 @@
|
| OP(DrawBuffersEXTImmediate) /* 481 */ \
|
| OP(DiscardBackbufferCHROMIUM) /* 482 */ \
|
| OP(ScheduleOverlayPlaneCHROMIUM) /* 483 */ \
|
| - OP(MatrixLoadfCHROMIUMImmediate) /* 484 */ \
|
| - OP(MatrixLoadIdentityCHROMIUM) /* 485 */ \
|
| - OP(BlendBarrierKHR) /* 486 */
|
| + OP(SwapInterval) /* 484 */ \
|
| + OP(MatrixLoadfCHROMIUMImmediate) /* 485 */ \
|
| + OP(MatrixLoadIdentityCHROMIUM) /* 486 */ \
|
| + OP(BlendBarrierKHR) /* 487 */
|
|
|
| enum CommandId {
|
| kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
|
|
|