Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h

Issue 960873002: Update from https://crrev.com/318214 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d7aa072b5589e3ba08c191d6c06fbe7c87dbf516..b3f40acd829760f358f41a8c92730b381be8d8c4 100644
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
@@ -390,6 +390,12 @@ void GLES2InterfaceStub::GetShaderSource(GLuint /* shader */,
const GLubyte* GLES2InterfaceStub::GetString(GLenum /* name */) {
return 0;
}
+void GLES2InterfaceStub::GetSynciv(GLsync /* sync */,
+ GLenum /* pname */,
+ GLsizei /* bufsize */,
+ GLsizei* /* length */,
+ GLint* /* values */) {
+}
void GLES2InterfaceStub::GetTexParameterfv(GLenum /* target */,
GLenum /* pname */,
GLfloat* /* params */) {

Powered by Google App Engine
This is Rietveld 408576698