Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
index 116f771c1b85b932470339de81b1740b2111a833..15f2912aa3e93a5ed0fc8307e151bf9892cbfd37 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
@@ -297,6 +297,12 @@ void GLES2InterfaceStub::GetActiveUniformBlockName(GLuint /* program */, |
GLsizei* /* length */, |
char* /* name */) { |
} |
+void GLES2InterfaceStub::GetActiveUniformsiv(GLuint /* program */, |
+ GLsizei /* count */, |
+ const GLuint* /* indices */, |
+ GLenum /* pname */, |
+ GLint* /* params */) { |
+} |
void GLES2InterfaceStub::GetAttachedShaders(GLuint /* program */, |
GLsizei /* maxcount */, |
GLsizei* /* count */, |
@@ -1006,6 +1012,11 @@ void GLES2InterfaceStub::GetTransformFeedbackVaryingsCHROMIUM( |
GLsizei* /* size */, |
void* /* info */) { |
} |
+void GLES2InterfaceStub::GetUniformsES3CHROMIUM(GLuint /* program */, |
+ GLsizei /* bufsize */, |
+ GLsizei* /* size */, |
+ void* /* info */) { |
+} |
GLuint GLES2InterfaceStub::CreateStreamTextureCHROMIUM(GLuint /* texture */) { |
return 0; |
} |