| 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 4a3a3d6fa2ec6312330c7c4a28cb9cceb443282b..35c09fa4f36f3990b447d5915f1ca83d7a45e6ef 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| @@ -300,9 +300,10 @@
|
| OP(DiscardBackbufferCHROMIUM) /* 541 */ \
|
| OP(ScheduleOverlayPlaneCHROMIUM) /* 542 */ \
|
| OP(SwapInterval) /* 543 */ \
|
| - OP(MatrixLoadfCHROMIUMImmediate) /* 544 */ \
|
| - OP(MatrixLoadIdentityCHROMIUM) /* 545 */ \
|
| - OP(BlendBarrierKHR) /* 546 */
|
| + OP(FlushDriverCachesCHROMIUM) /* 544 */ \
|
| + OP(MatrixLoadfCHROMIUMImmediate) /* 545 */ \
|
| + OP(MatrixLoadIdentityCHROMIUM) /* 546 */ \
|
| + OP(BlendBarrierKHR) /* 547 */
|
|
|
| enum CommandId {
|
| kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
|
|
|