| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index 1c2eba9b8f8eb144e25b9362c066c37c89346ae2..1c55b8367ccbbb737ad0311535f991252ab88138 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -215,6 +215,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| void GetProgramInfoCHROMIUMHelper(GLuint program, std::vector<int8>* result);
|
| GLint GetAttribLocationHelper(GLuint program, const char* name);
|
| GLint GetUniformLocationHelper(GLuint program, const char* name);
|
| + GLint GetFragDataIndexEXTHelper(GLuint program, const char* name);
|
| GLint GetFragDataLocationHelper(GLuint program, const char* name);
|
| bool GetActiveAttribHelper(
|
| GLuint program, GLuint index, GLsizei bufsize, GLsizei* length,
|
|
|