| 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 bd9ccf36d49711031519ee5962519e9bd4735391..21f3fffe47717e77454982d15a50d5203f06820a 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| @@ -334,7 +334,10 @@
|
| OP(OverlayPromotionHintCHROMIUM) /* 575 */ \
|
| OP(SwapBuffersWithBoundsCHROMIUMImmediate) /* 576 */ \
|
| OP(SetDrawRectangleCHROMIUM) /* 577 */ \
|
| - OP(SetEnableDCLayersCHROMIUM) /* 578 */
|
| + OP(SetEnableDCLayersCHROMIUM) /* 578 */ \
|
| + OP(InitializeDiscardableTextureCHROMIUM) /* 579 */ \
|
| + OP(UnlockDiscardableTextureCHROMIUM) /* 580 */ \
|
| + OP(LockDiscardableTextureCHROMIUM) /* 581 */
|
|
|
| enum CommandId {
|
| kOneBeforeStartPoint =
|
|
|