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 030ada2175ba32c81a54f701f9fbbde9a6e86a1b..5eb5f8533316c2ddfb56f3b4c18da80e9c441f3a 100644 |
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h |
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h |
@@ -193,23 +193,26 @@ |
OP(ConsumeTextureCHROMIUMImmediate) /* 434 */ \ |
OP(CreateAndConsumeTextureCHROMIUMImmediate) /* 435 */ \ |
OP(BindUniformLocationCHROMIUMBucket) /* 436 */ \ |
- OP(BindTexImage2DCHROMIUM) /* 437 */ \ |
- OP(ReleaseTexImage2DCHROMIUM) /* 438 */ \ |
- OP(TraceBeginCHROMIUM) /* 439 */ \ |
- OP(TraceEndCHROMIUM) /* 440 */ \ |
- OP(AsyncTexSubImage2DCHROMIUM) /* 441 */ \ |
- OP(AsyncTexImage2DCHROMIUM) /* 442 */ \ |
- OP(WaitAsyncTexImage2DCHROMIUM) /* 443 */ \ |
- OP(WaitAllAsyncTexImage2DCHROMIUM) /* 444 */ \ |
- OP(DiscardFramebufferEXTImmediate) /* 445 */ \ |
- OP(LoseContextCHROMIUM) /* 446 */ \ |
- OP(InsertSyncPointCHROMIUM) /* 447 */ \ |
- OP(WaitSyncPointCHROMIUM) /* 448 */ \ |
- OP(DrawBuffersEXTImmediate) /* 449 */ \ |
- OP(DiscardBackbufferCHROMIUM) /* 450 */ \ |
- OP(ScheduleOverlayPlaneCHROMIUM) /* 451 */ \ |
- OP(MatrixLoadfCHROMIUMImmediate) /* 452 */ \ |
- OP(MatrixLoadIdentityCHROMIUM) /* 453 */ |
+ OP(SubscribeUniformCHROMIUM) /* 437 */ \ |
+ OP(UnsubscribeUniformCHROMIUM) /* 438 */ \ |
+ OP(PopulateSubscribedUniformsCHROMIUM) /* 439 */ \ |
+ OP(BindTexImage2DCHROMIUM) /* 440 */ \ |
+ OP(ReleaseTexImage2DCHROMIUM) /* 441 */ \ |
+ OP(TraceBeginCHROMIUM) /* 442 */ \ |
+ OP(TraceEndCHROMIUM) /* 443 */ \ |
+ OP(AsyncTexSubImage2DCHROMIUM) /* 444 */ \ |
+ OP(AsyncTexImage2DCHROMIUM) /* 445 */ \ |
+ OP(WaitAsyncTexImage2DCHROMIUM) /* 446 */ \ |
+ OP(WaitAllAsyncTexImage2DCHROMIUM) /* 447 */ \ |
+ OP(DiscardFramebufferEXTImmediate) /* 448 */ \ |
+ OP(LoseContextCHROMIUM) /* 449 */ \ |
+ OP(InsertSyncPointCHROMIUM) /* 450 */ \ |
+ OP(WaitSyncPointCHROMIUM) /* 451 */ \ |
+ OP(DrawBuffersEXTImmediate) /* 452 */ \ |
+ OP(DiscardBackbufferCHROMIUM) /* 453 */ \ |
+ OP(ScheduleOverlayPlaneCHROMIUM) /* 454 */ \ |
+ OP(MatrixLoadfCHROMIUMImmediate) /* 455 */ \ |
+ OP(MatrixLoadIdentityCHROMIUM) /* 456 */ |
enum CommandId { |
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |