| Index: mojo/public/c/gles2/gles2_call_visitor_autogen.h
|
| diff --git a/mojo/public/c/gles2/gles2_call_visitor_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_autogen.h
|
| index 64adecfd7b6a847d6e0447e88df5d36fdab5b3ea..481fd62cfc17a0f3827ca2ee946dc96aeaee5ff4 100644
|
| --- a/mojo/public/c/gles2/gles2_call_visitor_autogen.h
|
| +++ b/mojo/public/c/gles2/gles2_call_visitor_autogen.h
|
| @@ -535,3 +535,4 @@ VISIT_GL_CALL(Viewport,
|
| void,
|
| (GLint x, GLint y, GLsizei width, GLsizei height),
|
| (x, y, width, height))
|
| +VISIT_GL_CALL(LoadIdentity, void, (), ())
|
|
|