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 7b9569d7a151924654516a43a90b497c220a81ff..911cf0240485674f11a2a1491a54a5d6fb98c444 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
@@ -346,6 +346,17 @@ void GLES2InterfaceStub::GetFramebufferAttachmentParameteriv( |
GLenum /* pname */, |
GLint* /* params */) { |
} |
+void GLES2InterfaceStub::GetInteger64v(GLenum /* pname */, |
+ GLint64* /* params */) { |
+} |
+void GLES2InterfaceStub::GetIntegeri_v(GLenum /* pname */, |
+ GLuint /* index */, |
+ GLint* /* data */) { |
+} |
+void GLES2InterfaceStub::GetInteger64i_v(GLenum /* pname */, |
+ GLuint /* index */, |
+ GLint64* /* data */) { |
+} |
void GLES2InterfaceStub::GetIntegerv(GLenum /* pname */, GLint* /* params */) { |
} |
void GLES2InterfaceStub::GetInternalformativ(GLenum /* target */, |