| 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 869bac9bfbcdb9b4218c35278dab1f5211b3941e..8539adb48fde08ffffef8f1439661111c8fc3f03 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| @@ -249,7 +249,22 @@
|
| OP(ScheduleOverlayPlaneCHROMIUM) /* 490 */ \
|
| OP(MatrixLoadfCHROMIUM) /* 491 */ \
|
| OP(MatrixLoadfCHROMIUMImmediate) /* 492 */ \
|
| - OP(MatrixLoadIdentityCHROMIUM) /* 493 */
|
| + OP(MatrixLoadIdentityCHROMIUM) /* 493 */ \
|
| + OP(GenPathsCHROMIUM) /* 494 */ \
|
| + OP(DeletePathsCHROMIUM) /* 495 */ \
|
| + OP(PathCommandsCHROMIUM) /* 496 */ \
|
| + OP(PathParameterfCHROMIUM) /* 497 */ \
|
| + OP(PathParameteriCHROMIUM) /* 498 */ \
|
| + OP(PathStencilFuncCHROMIUM) /* 499 */ \
|
| + OP(StencilFillPathCHROMIUM) /* 500 */ \
|
| + OP(StencilFillPathInstancedCHROMIUM) /* 501 */ \
|
| + OP(StencilStrokePathCHROMIUM) /* 502 */ \
|
| + OP(StencilStrokePathInstancedCHROMIUM) /* 503 */ \
|
| + OP(PathTexGenCHROMIUM) /* 504 */ \
|
| + OP(CoverFillPathCHROMIUM) /* 505 */ \
|
| + OP(CoverFillPathInstancedCHROMIUM) /* 506 */ \
|
| + OP(CoverStrokePathCHROMIUM) /* 507 */ \
|
| + OP(CoverStrokePathInstancedCHROMIUM) /* 508 */
|
|
|
| enum CommandId {
|
| kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
|
|
|