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 f7d3ff0ba6096a6ed922cee13e7e367bdbbe2e15..e8e3fdc8c92e622f017bc25759ec22b099761af3 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 GetFragDataIndexEXTHelper(GLuint program, const char* name); |
GLint GetFragDataLocationHelper(GLuint program, const char* name); |
bool GetActiveAttribHelper( |
GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, |