diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-08 22:00:10 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-08 22:00:10 +0000 |
commit | 4e8a5b125ab20cdeeba546c8c656062165087afa (patch) | |
tree | 4e7cbddda9de296df908c13be3df6901a94ed0e4 /gpu/command_buffer/common/gles2_cmd_ids_autogen.h | |
parent | b2134acfa36836b9ec250c02fc83f75f3a2073d7 (diff) | |
download | chromium_src-4e8a5b125ab20cdeeba546c8c656062165087afa.zip chromium_src-4e8a5b125ab20cdeeba546c8c656062165087afa.tar.gz chromium_src-4e8a5b125ab20cdeeba546c8c656062165087afa.tar.bz2 |
Resubmit CL http://codereview.chromium.org/1992008/
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2013010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46793 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/common/gles2_cmd_ids_autogen.h')
-rw-r--r-- | gpu/command_buffer/common/gles2_cmd_ids_autogen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h index eebe3ff..2ffe5c6 100644 --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h @@ -194,6 +194,7 @@ OP(GenSharedIds) /* 439 */ \ OP(DeleteSharedIds) /* 440 */ \ OP(RegisterSharedIds) /* 441 */ \ + OP(CommandBufferEnable) /* 442 */ \ enum CommandId { kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |