| 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 a1b3621b380a73ecdf2bc2516c72cfa30a181d9c..470200e898bd222b527a4ac88a6c1062ccf9f27e 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -213,6 +213,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 GetFragDataLocationHelper(GLuint program, const char* name);
|
| bool GetActiveAttribHelper(
|
| GLuint program, GLuint index, GLsizei bufsize, GLsizei* length,
|
| GLint* size, GLenum* type, char* name);
|
|
|