| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| index 9a4bf4e93893fbcbc88dd7efc4bee64f7569fdc5..2a4914feb66ca3a941c2b171d406c6d6633dd4a9 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -381,6 +381,8 @@ void GetShaderSource(GLuint shader,
|
|
|
| const GLubyte* GetString(GLenum name) override;
|
|
|
| +const GLubyte* GetStringi(GLenum name, GLuint index) override;
|
| +
|
| void GetSynciv(GLsync sync,
|
| GLenum pname,
|
| GLsizei bufsize,
|
|
|