Index: mojo/gpu/mojo_gles2_impl_autogen.h |
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h |
index 6b9a08f9cb87436e6d8e44b75cc95b35057e42e0..c394bf93b10598aafb6b34d462aed860b4792138 100644 |
--- a/mojo/gpu/mojo_gles2_impl_autogen.h |
+++ b/mojo/gpu/mojo_gles2_impl_autogen.h |
@@ -526,6 +526,12 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface { |
GLsizei count, |
GLboolean transpose, |
const GLfloat* value) override; |
+ void UniformMatrix4fvWithCustomMatrixCHROMIUM( |
+ GLint location, |
+ GLsizei count, |
+ GLint custom_matrix_id, |
+ GLboolean transpose, |
+ const GLfloat* default_value) override; |
void UseProgram(GLuint program) override; |
void ValidateProgram(GLuint program) override; |
void VertexAttrib1f(GLuint indx, GLfloat x) override; |