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

Unified Diff: ui/gl/gl_bindings_autogen_gl.h

Issue 2801783002: Revert of Update robust read pixels to output number of columns and rows written. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « ui/gl/gl_bindings_api_autogen_gl.h ('k') | ui/gl/gl_bindings_autogen_gl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_bindings_autogen_gl.h
diff --git a/ui/gl/gl_bindings_autogen_gl.h b/ui/gl/gl_bindings_autogen_gl.h
index 6c9cc2decb9749b90434038bda1f74551b554b48..f72be65375f005daf6373c5111d035bb7f521f68 100644
--- a/ui/gl/gl_bindings_autogen_gl.h
+++ b/ui/gl/gl_bindings_autogen_gl.h
@@ -1003,8 +1003,6 @@
GLenum type,
GLsizei bufSize,
GLsizei* length,
- GLsizei* columns,
- GLsizei* rows,
void* data);
typedef void(GL_BINDING_CALL* glReadPixelsProc)(GLint x,
GLint y,
@@ -1021,8 +1019,6 @@
GLenum type,
GLsizei bufSize,
GLsizei* length,
- GLsizei* columns,
- GLsizei* rows,
void* pixels);
typedef void(GL_BINDING_CALL* glReleaseShaderCompilerProc)(void);
typedef void(GL_BINDING_CALL* glRenderbufferStorageEXTProc)(
@@ -2835,8 +2831,6 @@
GLenum type,
GLsizei bufSize,
GLsizei* length,
- GLsizei* columns,
- GLsizei* rows,
void* data) = 0;
virtual void glReadPixelsFn(GLint x,
GLint y,
@@ -2853,8 +2847,6 @@
GLenum type,
GLsizei bufSize,
GLsizei* length,
- GLsizei* columns,
- GLsizei* rows,
void* pixels) = 0;
virtual void glReleaseShaderCompilerFn(void) = 0;
virtual void glRenderbufferStorageEXTFn(GLenum target,
« no previous file with comments | « ui/gl/gl_bindings_api_autogen_gl.h ('k') | ui/gl/gl_bindings_autogen_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698