| 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 0572358065c7d07e67ee2584523934968db922ca..b32dd4458f5d5b08c1768138d652548bbc1b12b7 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -260,6 +260,8 @@ GLenum GetError() override;
|
|
|
| void GetFloatv(GLenum pname, GLfloat* params) override;
|
|
|
| +GLint GetFragDataLocation(GLuint program, const char* name) override;
|
| +
|
| void GetFramebufferAttachmentParameteriv(GLenum target,
|
| GLenum attachment,
|
| GLenum pname,
|
|
|