Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
index 8bc24d03f71abd2662ad93490fc5584896ac51cb..34a0c4265f83a8332eb1724d958901b052f6290a 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
@@ -367,6 +367,10 @@ void TexSubImage3D(GLenum target, |
GLenum format, |
GLenum type, |
const void* pixels) override; |
+void TransformFeedbackVaryings(GLuint program, |
+ GLsizei count, |
+ const char* const* varyings, |
+ GLenum buffermode) override; |
void Uniform1f(GLint location, GLfloat x) override; |
void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) override; |
void Uniform1i(GLint location, GLint x) override; |