| Index: gpu/command_buffer/client/gles2_interface_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| index 6837d6be5cbcdd9487112b277b1417dc01b052c5..c78a8c5e100c014517b71f9917ab92cee63eb302 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| @@ -521,6 +521,12 @@ virtual void UniformMatrix4x3fv(GLint location,
|
| GLsizei count,
|
| GLboolean transpose,
|
| const GLfloat* value) = 0;
|
| +virtual void UniformMatrix4fvWithCustomMatrixCHROMIUM(
|
| + GLint location,
|
| + GLsizei count,
|
| + GLint custom_matrix_id,
|
| + GLboolean transpose,
|
| + const GLfloat* default_value) = 0;
|
| virtual void UseProgram(GLuint program) = 0;
|
| virtual void ValidateProgram(GLuint program) = 0;
|
| virtual void VertexAttrib1f(GLuint indx, GLfloat x) = 0;
|
|
|