| Index: gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| ===================================================================
|
| --- gpu/command_buffer/common/gles2_cmd_ids_autogen.h (revision 35431)
|
| +++ gpu/command_buffer/common/gles2_cmd_ids_autogen.h (working copy)
|
| @@ -1,5 +1,12 @@
|
| +// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| // This file is auto-generated. DO NOT EDIT!
|
|
|
| +#ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
|
| +#define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
|
| +
|
| #define GLES2_COMMAND_LIST(OP) \
|
| OP(ActiveTexture) /* 256 */ \
|
| OP(AttachShader) /* 257 */ \
|
| @@ -186,3 +193,5 @@
|
| kNumCommands
|
| };
|
|
|
| +#endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_
|
| +
|
|
|