| 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..fea46aa1f269b57c610c6d7dea25636f756f9e32 100644
|
| --- a/mojo/gpu/mojo_gles2_impl_autogen.h
|
| +++ b/mojo/gpu/mojo_gles2_impl_autogen.h
|
| @@ -526,6 +526,11 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
|
| GLsizei count,
|
| GLboolean transpose,
|
| const GLfloat* value) override;
|
| + void UniformMatrix4fvWithCustomMatrixCHROMIUM(
|
| + GLint location,
|
| + GLenum custom_matrix,
|
| + GLboolean transpose,
|
| + const GLfloat* default_value) override;
|
| void UseProgram(GLuint program) override;
|
| void ValidateProgram(GLuint program) override;
|
| void VertexAttrib1f(GLuint indx, GLfloat x) override;
|
|
|