| 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 540bd4e583649824cbb25773de15ed18d5afd091..543a5bbeaf1ac4e262b4ec4c40c7fef055dae9b9 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| @@ -320,7 +320,8 @@
|
| OP(CoverStrokePathCHROMIUM) /* 561 */ \
|
| OP(StencilThenCoverFillPathCHROMIUM) /* 562 */ \
|
| OP(StencilThenCoverStrokePathCHROMIUM) /* 563 */ \
|
| - OP(BlendBarrierKHR) /* 564 */
|
| + OP(BlendBarrierKHR) /* 564 */ \
|
| + OP(ApplyScreenSpaceAntialiasing) /* 565 */
|
|
|
| enum CommandId {
|
| kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
|
|
|