Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
=================================================================== |
--- gpu/command_buffer/client/gles2_cmd_helper_autogen.h (revision 47428) |
+++ gpu/command_buffer/client/gles2_cmd_helper_autogen.h (working copy) |
@@ -1164,9 +1164,10 @@ |
c.Init(namespace_id, n, ids_shm_id, ids_shm_offset); |
} |
- void CommandBufferEnable(GLenum cap, GLboolean enable) { |
+ void CommandBufferEnable( |
+ GLuint bucket_id, uint32 result_shm_id, uint32 result_shm_offset) { |
gles2::CommandBufferEnable& c = GetCmdSpace<gles2::CommandBufferEnable>(); |
- c.Init(cap, enable); |
+ c.Init(bucket_id, result_shm_id, result_shm_offset); |
} |
#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_AUTOGEN_H_ |