| 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 e3de37b304cdcf0cffa7d76c0f60f5979e0b74a3..503e392f17fb76f0bc0b5dbfe15b06a0018afdb7 100644
|
| --- a/mojo/gpu/mojo_gles2_impl_autogen.h
|
| +++ b/mojo/gpu/mojo_gles2_impl_autogen.h
|
| @@ -888,6 +888,10 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
|
| GLuint colorNumber,
|
| const char* name) override;
|
| GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
|
| + void UniformMatrix4fvStreamTextureMatrixCHROMIUM(
|
| + GLint location,
|
| + GLboolean transpose,
|
| + const GLfloat* default_value) override;
|
|
|
| private:
|
| MojoGLES2Context context_;
|
|
|