| 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..736979f6440ba07023eeb8d6494f4450e3c7638b 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| @@ -209,7 +209,20 @@
|
| OP(DiscardBackbufferCHROMIUM) /* 450 */ \
|
| OP(ScheduleOverlayPlaneCHROMIUM) /* 451 */ \
|
| OP(MatrixLoadfCHROMIUMImmediate) /* 452 */ \
|
| - OP(MatrixLoadIdentityCHROMIUM) /* 453 */
|
| + OP(MatrixLoadIdentityCHROMIUM) /* 453 */ \
|
| + OP(GenPathsCHROMIUM) /* 454 */ \
|
| + OP(DeletePathsCHROMIUM) /* 455 */ \
|
| + OP(IsPathCHROMIUM) /* 456 */ \
|
| + OP(PathCommandsCHROMIUM) /* 457 */ \
|
| + OP(PathParameterfCHROMIUM) /* 458 */ \
|
| + OP(PathParameteriCHROMIUM) /* 459 */ \
|
| + OP(PathStencilFuncCHROMIUM) /* 460 */ \
|
| + OP(StencilFillPathCHROMIUM) /* 461 */ \
|
| + OP(StencilStrokePathCHROMIUM) /* 462 */ \
|
| + OP(CoverFillPathCHROMIUM) /* 463 */ \
|
| + OP(CoverStrokePathCHROMIUM) /* 464 */ \
|
| + OP(StencilThenCoverFillPathCHROMIUM) /* 465 */ \
|
| + OP(StencilThenCoverStrokePathCHROMIUM) /* 466 */
|
|
|
| enum CommandId {
|
| kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
|
|
|