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