| Index: gpu/command_buffer/common/gles2_cmd_format.h
|
| diff --git a/gpu/command_buffer/common/gles2_cmd_format.h b/gpu/command_buffer/common/gles2_cmd_format.h
|
| index bf60a730912002009f25b7db4ecdc14dd7a5608a..cebb0d347634c91df353a5ddf1f53ad12dca8240 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_format.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_format.h
|
| @@ -171,6 +171,8 @@ COMPILE_ASSERT(offsetof(ProgramInfoHeader, num_attribs) == 4,
|
| COMPILE_ASSERT(offsetof(ProgramInfoHeader, num_uniforms) == 8,
|
| OffsetOf_ProgramInfoHeader_num_uniforms_not_8);
|
|
|
| +namespace cmds {
|
| +
|
| #include "../common/gles2_cmd_format_autogen.h"
|
|
|
| // These are hand written commands.
|
| @@ -540,6 +542,7 @@ COMPILE_ASSERT(offsetof(GetUniformLocationBucket, location_shm_offset) == 16,
|
|
|
| #pragma pack(pop)
|
|
|
| +} // namespace cmd
|
| } // namespace gles2
|
| } // namespace gpu
|
|
|
|
|