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