| Index: gpu/command_buffer/service/context_state_autogen.h
|
| diff --git a/gpu/command_buffer/service/context_state_autogen.h b/gpu/command_buffer/service/context_state_autogen.h
|
| index ea9cce1b5234055f47153153fb4c46402eeed6a3..a76aabccac7cb5ede08af865e949c83abd53524e 100644
|
| --- a/gpu/command_buffer/service/context_state_autogen.h
|
| +++ b/gpu/command_buffer/service/context_state_autogen.h
|
| @@ -52,6 +52,8 @@ GLenum front_face;
|
| GLenum hint_generate_mipmap;
|
| GLenum hint_fragment_shader_derivative;
|
| GLfloat line_width;
|
| +GLint pack_alignment;
|
| +GLint unpack_alignment;
|
| GLfloat polygon_offset_factor;
|
| GLfloat polygon_offset_units;
|
| GLclampf sample_coverage_value;
|
|
|