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 58de603a90ccb02a767bad9cb460ba94bd050045..8bc24d03f71abd2662ad93490fc5584896ac51cb 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
@@ -112,6 +112,15 @@ void CopyTexSubImage2D(GLenum target, |
GLint y, |
GLsizei width, |
GLsizei height) override; |
+void CopyTexSubImage3D(GLenum target, |
+ GLint level, |
+ GLint xoffset, |
+ GLint yoffset, |
+ GLint zoffset, |
+ GLint x, |
+ GLint y, |
+ GLsizei width, |
+ GLsizei height) override; |
GLuint CreateProgram() override; |
GLuint CreateShader(GLenum type) override; |
void CullFace(GLenum mode) override; |