| 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..f132f759684cf9c94e923e38bb126daaf2c25ad0 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(ApplyScreenSpaceAntialiasingCHROMIUM) /* 565 */
|
|
|
| enum CommandId {
|
| kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
|
|
|